Gaming: restructure role

This commit is contained in:
Toast 2023-10-03 00:36:14 +02:00
parent 190044ee8f
commit ca7dd48db3
6 changed files with 16 additions and 3 deletions

5
roles/gaming/default.nix Executable file → Normal file
View file

@ -2,8 +2,7 @@
{ {
imports = [ imports = [
./steam.nix ./programs
./mangohud.nix ./services
./rpcs3.nix
]; ];
} }

View file

@ -0,0 +1,9 @@
{ ... }:
{
imports = [
./steam.nix
./mangohud.nix
./rpcs3.nix
];
}

View file

@ -0,0 +1,5 @@
{ ... }:
{
}