From 5341a75a089aefcaffd48e414d64f228807ea16a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 10 Mar 2025 11:21:31 -0600 Subject: [PATCH] [NixOS] Switch to plasma6 --- nixos/bootstrap.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/bootstrap.nix b/nixos/bootstrap.nix index cad3f3b9..5dff866f 100644 --- a/nixos/bootstrap.nix +++ b/nixos/bootstrap.nix @@ -21,7 +21,7 @@ enable = true; layout = "us"; desktopManager = { - plasma5.enable = true; + plasma6.enable = true; }; displayManager = { sddm = {