diff options
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/doretta/configuration.nix | 2 | ||||
| -rw-r--r-- | machines/khad/configuration.nix | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/machines/doretta/configuration.nix b/machines/doretta/configuration.nix index 4f53d25..cf93e95 100644 --- a/machines/doretta/configuration.nix +++ b/machines/doretta/configuration.nix @@ -43,7 +43,7 @@ # Enable the Plasma 5 Desktop Environment. services.xserver.displayManager.sddm.enable = true; - services.xserver.desktopManager.plasma5.enable = true; + # services.xserver.desktopManager.plasma5.enable = true; # Enable CUPS to print documents. # services.printing.enable = true; diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix index 1935df5..868e6a6 100644 --- a/machines/khad/configuration.nix +++ b/machines/khad/configuration.nix @@ -31,7 +31,7 @@ }; # services.xserver.videoDrivers = [ "nvidia" ]; - services.xserver.displayManager.sddm.autoNumlock = true; + services.displayManager.sddm.autoNumlock = true; hardware.opengl = { enable = true; # if hardware.opengl.driSupport is enabled, mesa is installed and provides Vulkan of supported hardware. @@ -75,12 +75,12 @@ # # Enable the Plasma 5 Desktop Environment. - services.xserver.displayManager.sddm.enable = true; - services.xserver.desktopManager.plasma5.enable = true; + services.displayManager.sddm.enable = true; + # services.xserver.desktopManager.plasma5.enable = true; # Configure keymap in X11 - services.xserver.layout = "us"; + services.xserver.xkb.layout = "us"; # services.xserver.xkbOptions = "eurosign:e,caps:escape"; # Enable CUPS to print documents. |
