diff --git a/nixos/plasma.nix b/nixos/plasma.nix index 268f2a0a..6393f791 100644 --- a/nixos/plasma.nix +++ b/nixos/plasma.nix @@ -17,6 +17,6 @@ makeEnable config "myModules.plasma" true { ]; }; services.xserver = { - desktopManager.plasma5.enable = true; + desktopManager.plasma6.enable = true; }; }