should be the last stage
This commit is contained in:
parent
fe9a07fad0
commit
d6fe9e9f5f
6 changed files with 36 additions and 33 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{inputs, ...}: {
|
||||
{
|
||||
inputs,
|
||||
rpcs3_latest,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
|
@ -6,7 +10,7 @@
|
|||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
inherit inputs rpcs3_latest;
|
||||
};
|
||||
users.cobray = import ../home-manager/cobray.nix;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue