mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-10 05:48:34 +01:00
laptop: update renamed options
This commit is contained in:
parent
986bee2ce6
commit
d426d4fe4b
1 changed files with 3 additions and 3 deletions
|
@ -206,7 +206,7 @@ in
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
|
||||||
|
|
||||||
services.xserver.displayManager.sddm.enable = true;
|
services.displayManager.sddm.enable = true;
|
||||||
|
|
||||||
# Didn't like, the theme is a bit buggy
|
# Didn't like, the theme is a bit buggy
|
||||||
# services.xserver.displayManager.sddm.theme = "${pkgs.fetchFromGitHub {
|
# services.xserver.displayManager.sddm.theme = "${pkgs.fetchFromGitHub {
|
||||||
|
@ -217,7 +217,7 @@ in
|
||||||
# }}/src/catppuccin-latte/";
|
# }}/src/catppuccin-latte/";
|
||||||
|
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
services.xserver.displayManager.defaultSession = "plasma";
|
services.displayManager.defaultSession = "plasma";
|
||||||
|
|
||||||
# programs.command-not-found.enable = false;
|
# programs.command-not-found.enable = false;
|
||||||
# programs.nix-index.enable = true;
|
# programs.nix-index.enable = true;
|
||||||
|
@ -279,7 +279,7 @@ in
|
||||||
|
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# 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’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.lgm = {
|
users.users.lgm = {
|
||||||
|
|
Loading…
Reference in a new issue