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

@ -91,9 +91,11 @@ _:
system.stateVersion = "23.05";
swapDevices = [ {
device = "/swapfile";
size = 8 * 1024;
} ];
swapDevices = [
{
device = "/swapfile";
size = 8 * 1024;
}
];
_file = ./main.nix;
}