mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: added test package import
This commit is contained in:
parent
83bab8d7d8
commit
4c132e6728
2 changed files with 12 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ in
|
|||
vsCode
|
||||
zathura
|
||||
zed
|
||||
test
|
||||
;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
11
modules/home/gui/apps/test/default.nix
Normal file
11
modules/home/gui/apps/test/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
# kanri
|
||||
;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue