Ready to kms at this point. Will fix the remaining issues later.

Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
Jo 2024-07-23 09:15:53 +02:00
parent 1defa37a73
commit 742706fe0f
2 changed files with 191 additions and 2 deletions

View file

@ -24,7 +24,7 @@
inputs.hardware.nixosModules.common-pc-laptop
inputs.hardware.nixosModules.common-cpu-intel
inputs.hardware.nixosModules.common-pc-laptop-ssd
inputs.nixosModules.common.gnome
# FIXME(@jo): Remember to take a look at how module imports work in Snowfall Lib.
];
nix = {
@ -55,7 +55,7 @@
};
# Set hostname
networking.hostname = "puzzlevision";
networking.hostName = "puzzlevision";
# Enable networking through networkmanager (required for most desktop environments).
networking.networkmanager.enable = true;