From c0161445b6a14255cf75f09e17ba28f49ed5f5b1 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sun, 2 Jun 2024 15:12:39 -0600 Subject: changes for nixos 24.05 --- machines/doretta/configuration.nix | 2 +- machines/khad/configuration.nix | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'machines') 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. -- cgit v1.2.3