mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: forgejo test
This commit is contained in:
parent
e62ce4a04c
commit
35272384ef
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{pkgs, ...}: {
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
home.packages = builtins.attrValues {
|
home.packages = builtins.attrValues {
|
||||||
inherit
|
inherit (pkgs)
|
||||||
(pkgs)
|
|
||||||
cifs-utils
|
cifs-utils
|
||||||
ffmpeg
|
ffmpeg
|
||||||
flac
|
flac
|
||||||
|
@ -28,6 +28,7 @@
|
||||||
xdg-utils
|
xdg-utils
|
||||||
xdotool
|
xdotool
|
||||||
zip
|
zip
|
||||||
|
nodejs
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue