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