diff --git a/home-manager/common/desktops/plasma6/plasma-manager.nix b/home-manager/common/desktops/plasma6/plasma-manager.nix index 43eb826b..c3b9e7b9 100644 --- a/home-manager/common/desktops/plasma6/plasma-manager.nix +++ b/home-manager/common/desktops/plasma6/plasma-manager.nix @@ -67,6 +67,17 @@ }; }; + apps.konsole = { + defaultProfile = "Default"; + profiles.Default = { + name = "Default"; + font = { + name = "Jetbrains Mono"; + }; + }; + + }; + workspace = { clickItemTo = "select"; iconTheme = "Papirus";