diff --git a/configuration.nix b/configuration.nix index cb2279a..dd493b0 100755 --- a/configuration.nix +++ b/configuration.nix @@ -14,7 +14,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "amelia"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary @@ -48,7 +48,7 @@ variant = ""; }; - # Gnome configuration + # DE/WM configuration services.xserver.enable = true; services.xserver.displayManager.sddm.enable = true; services.xserver.displayManager.sddm.wayland.enable = true;