migrated complex pkgs
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
inputs,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
@@ -20,11 +21,12 @@
|
||||
};
|
||||
};
|
||||
users.users.jawz.packages =
|
||||
[
|
||||
# video download helper assistant
|
||||
(pkgs.callPackage ../../pkgs/vdhcoapp/default.nix { })
|
||||
(pkgs.callPackage ../../pkgs/talk/default.nix { })
|
||||
]
|
||||
builtins.attrValues {
|
||||
inherit (inputs.jawz-scripts.packages.x86_64-linux)
|
||||
vdhcoapp # video download helper assistant
|
||||
talk # nextcloud talk client
|
||||
;
|
||||
}
|
||||
++ builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
thunderbird # email client
|
||||
|
||||
Reference in New Issue
Block a user