From d426d4fe4b81c2e0048f59291519a02b996c6fc0 Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Sat, 11 May 2024 14:14:26 +0300 Subject: [PATCH] laptop: update renamed options --- hosts/laptop/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = {