From aa19cc32049219745211b491e8e86bc632a1d82a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 30 May 2025 10:46:52 -0600 Subject: [PATCH] [NixOS] Bump to plasma 6 --- nixos/plasma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }