From 1a1dc4ab8d870e4a4b379d8054016dca2cc6452a Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Fri, 1 Mar 2024 22:22:44 +0000 Subject: [PATCH] feat(alex): plasma 6 time --- hosts/alex/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/alex/configuration.nix b/hosts/alex/configuration.nix index ad1c998..d800618 100644 --- a/hosts/alex/configuration.nix +++ b/hosts/alex/configuration.nix @@ -36,7 +36,7 @@ # desktopManager.gnome.enable = true; displayManager.sddm.enable = true; - desktopManager.plasma5.enable = true; + desktopManager.plasma6.enable = true; xkb.layout = "gb"; # xkbVariant = ""; };