From 73f97c3bd4e883defbe7cdd26fe00fcec71d2166 Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Sat, 11 May 2024 01:44:03 +0300 Subject: [PATCH] plasma6 option fix --- hosts/laptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 6cd2559..d1c13b5 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -216,7 +216,7 @@ in # hash = "sha256-SjYwyUvvx/ageqVH5MmYmHNRKNvvnF3DYMJ/f2/L+Go="; # }}/src/catppuccin-latte/"; - services.xserver.desktopManager.plasma6.enable = true; + services.desktopManager.plasma6.enable = true; services.xserver.displayManager.defaultSession = "plasma"; # programs.command-not-found.enable = false;