diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index fc71dd4..5c1c0b4 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -206,7 +206,7 @@ in services.xserver.enable = true; - services.xserver.displayManager.sddm.enable = true; + services.displayManager.sddm.enable = true; # Didn't like, the theme is a bit buggy # services.xserver.displayManager.sddm.theme = "${pkgs.fetchFromGitHub { @@ -217,7 +217,7 @@ in # }}/src/catppuccin-latte/"; services.desktopManager.plasma6.enable = true; - services.xserver.displayManager.defaultSession = "plasma"; + services.displayManager.defaultSession = "plasma"; # programs.command-not-found.enable = false; # programs.nix-index.enable = true; @@ -279,7 +279,7 @@ in # Enable touchpad support (enabled default in most desktopManager). - services.xserver.libinput.enable = true; + services.libinput.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’. users.users.lgm = {