add gaming pc config

This commit is contained in:
2025-07-13 02:23:42 +02:00
parent 1a20402712
commit 18eff6d382
2 changed files with 84 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@
with nixos-hardware.nixosModules; {
x260 = mkNixosSystem lenovo-thinkpad-x260 hosts/x260.nix;
acer = mkNixosSystem {} hosts/acer.nix;
gaming-pc = mkNixosSystem {} hosts/gaming-pc.nix;
};
};
}