12 lines
145 B
Nix
12 lines
145 B
Nix
{
|
|
networking.hostName = "desktop";
|
|
|
|
openrgb.enable = true;
|
|
games.enable = true;
|
|
|
|
imports = [
|
|
./hardware.nix
|
|
../../modules
|
|
];
|
|
}
|