game-laptop -> game-desktop

This commit is contained in:
Gerg-L 2023-10-12 20:35:39 -04:00
parent 849c21761f
commit d24efeba64
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
15 changed files with 105 additions and 103 deletions

View file

@ -56,7 +56,7 @@
inherit lib;
nixosConfigurations = lib.mkHosts "x86_64-linux" [
"gerg-desktop"
"game-laptop"
"game-desktop"
"moms-laptop"
"iso"
];
@ -65,7 +65,7 @@
diskoConfigurations = lib.mkDisko [
"gerg-desktop"
"game-laptop"
"game-desktop"
"moms-laptop"
];
formatter.${system} = pkgs.writeShellApplication {