From 944f0802fd9f22359f57adb5d596acd5f4b6fe8e Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 20 Jun 2024 13:13:57 +0900 Subject: [PATCH] Update Plasma --- home-manager/common/desktops/plasma6/default.nix | 5 ----- home-manager/common/desktops/plasma6/plasma-manager.nix | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/home-manager/common/desktops/plasma6/default.nix b/home-manager/common/desktops/plasma6/default.nix index e633c3d5..81e2615d 100644 --- a/home-manager/common/desktops/plasma6/default.nix +++ b/home-manager/common/desktops/plasma6/default.nix @@ -7,11 +7,6 @@ programs.bash.sessionVariables = { DISABLE_TMUX = "true"; }; programs.fish.shellInit = ''set DISABLE_TMUX "true" ''; - programs.plasma = { - enable = true; - overrideConfig = true; - }; - # Add the Firefox integrations programs.firefox.profiles.default.extensions = with pkgs.nur.repos.rycee.firefox-addons; [ plasma-integration diff --git a/home-manager/common/desktops/plasma6/plasma-manager.nix b/home-manager/common/desktops/plasma6/plasma-manager.nix index 71c3627d..f15e43e3 100644 --- a/home-manager/common/desktops/plasma6/plasma-manager.nix +++ b/home-manager/common/desktops/plasma6/plasma-manager.nix @@ -1,5 +1,7 @@ { theme, ... }: { programs.plasma = { + enable = true; + overrideConfig = true; configFile = { # Configure 4 desktops "kwinrc"."Desktops"."Id_1" = "6397510c-04f5-4aaf-bff9-66cea108b111";