9 lines
137 B
Nix
9 lines
137 B
Nix
{
|
|
imports = [
|
|
./amd.nix
|
|
./ananicy.nix
|
|
./gamemode.nix
|
|
./lutris.nix
|
|
(import ./steam.nix { inherit chaotic; })
|
|
];
|
|
}
|