Fix typo in konsole.nix

Konsolerc is case sensitive so the default profile option works now
This commit is contained in:
Toast 2024-03-27 09:37:49 +01:00
parent fd4426851e
commit 3fb7f03379

View File

@ -118,7 +118,7 @@ in
programs.plasma.configFile."konsolerc" = mkMerge [
(
mkIf (cfg.defaultProfile != null ) {
"Desktop entry"."DefaultProfile" = cfg.defaultProfile;
"Desktop Entry"."DefaultProfile" = cfg.defaultProfile;
}
)
(