project-plus: home-manager module init
This commit is contained in:
parent
1898815955
commit
f59c08deb5
4 changed files with 144 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
lib,
|
||||
osConfig,
|
||||
pkgs,
|
||||
self',
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkIf elem;
|
||||
|
|
@ -14,6 +15,14 @@ in {
|
|||
(pkgs)
|
||||
ryujinx
|
||||
;
|
||||
inherit
|
||||
(self'.packages)
|
||||
wii-u-gc-adapter
|
||||
;
|
||||
};
|
||||
ooknet.gaming.project-plus = {
|
||||
enable = true;
|
||||
netplay.nickname = "ooks";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue