diff --git a/hosts/desktop1/configuration.nix b/hosts/desktop1/configuration.nix index 54ffacc..c52faa4 100644 --- a/hosts/desktop1/configuration.nix +++ b/hosts/desktop1/configuration.nix @@ -7,6 +7,8 @@ ./hardware-configuration.nix ]; + networking.hostName = "desktop1"; + smayzy = { nvidia.enable = true; steam.enable = true; @@ -35,8 +37,6 @@ } ''; - networking.hostName = "desktop1"; - services.desktopManager.plasma6.enable = true; services.displayManager.sddm.enable = true; services.displayManager.sddm.wayland.enable = true;