Gaming: restructure role
This commit is contained in:
parent
190044ee8f
commit
ca7dd48db3
6 changed files with 16 additions and 3 deletions
5
roles/gaming/default.nix
Executable file → Normal file
5
roles/gaming/default.nix
Executable file → Normal file
|
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./steam.nix
|
./programs
|
||||||
./mangohud.nix
|
./services
|
||||||
./rpcs3.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
9
roles/gaming/programs/default.nix
Executable file
9
roles/gaming/programs/default.nix
Executable file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./steam.nix
|
||||||
|
./mangohud.nix
|
||||||
|
./rpcs3.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
5
roles/gaming/services/default.nix
Normal file
5
roles/gaming/services/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue