migrated complex pkgs
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
inputs,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
@@ -40,13 +40,12 @@
|
||||
ryujinx # switch
|
||||
;
|
||||
}
|
||||
++ [
|
||||
# minecraft launcher
|
||||
(pkgs.callPackage ../../pkgs/polymc/default.nix { })
|
||||
# Super Mario 127
|
||||
(pkgs.callPackage ../../pkgs/super-mario-127/default.nix { })
|
||||
# 3Ds emulator
|
||||
(pkgs.callPackage ../../pkgs/citra/default.nix { branch = "nightly"; })
|
||||
];
|
||||
++ builtins.attrValues {
|
||||
inherit (inputs.jawz-scripts.packages.x86_64-linux)
|
||||
polymc # minecraft launcher
|
||||
super-mario-127 # Super Mario 127
|
||||
citra # 3Ds emulator
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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