laptop: update renamed options

This commit is contained in:
Lgmrszd 2024-05-11 14:14:26 +03:00
parent 986bee2ce6
commit d426d4fe4b
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE

View file

@ -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 = {