diff --git a/home-manager/common/desktops/plasma6/plasma-manager.nix b/home-manager/common/desktops/plasma6/plasma-manager.nix index c3b9e7b9..77ed87b7 100644 --- a/home-manager/common/desktops/plasma6/plasma-manager.nix +++ b/home-manager/common/desktops/plasma6/plasma-manager.nix @@ -1,5 +1,16 @@ { theme, ... }: { - programs.plasma = { + + programs.konsole = { + defaultProfile = "Default"; + profiles.Default = { + name = "Default"; + font = { + name = "Jetbrains Mono"; + }; + }; + }; + + programs.plasma = { enable = true; overrideConfig = true; configFile = { @@ -67,17 +78,6 @@ }; }; - apps.konsole = { - defaultProfile = "Default"; - profiles.Default = { - name = "Default"; - font = { - name = "Jetbrains Mono"; - }; - }; - - }; - workspace = { clickItemTo = "select"; iconTheme = "Papirus";