begin (possible) module rewrite
This commit is contained in:
parent
675d0453ad
commit
7cdfb454eb
6 changed files with 68 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
./hardware.nix
|
||||
./hibernate-boot.nix
|
||||
./testing.nix
|
||||
];
|
||||
|
||||
networking.hostName = "nixdesk";
|
||||
|
|
11
hosts/nixdesk/testing.nix
Normal file
11
hosts/nixdesk/testing.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{self, ...}: {
|
||||
imports = [
|
||||
self.nixosModules.xun
|
||||
];
|
||||
xun.gaming = {
|
||||
enable = true;
|
||||
steam.enable = true;
|
||||
gamescope.enable = true;
|
||||
gamemode.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue