Skip to content

Commit

Permalink
Fix typo in konsole.nix
Browse files Browse the repository at this point in the history
Konsolerc is case sensitive so the default profile option works now
  • Loading branch information
toast003 committed Mar 27, 2024
1 parent fd44268 commit 376a272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/konsole.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ in
programs.plasma.configFile."konsolerc" = mkMerge [
(
mkIf (cfg.defaultProfile != null ) {
"Desktop entry"."DefaultProfile" = cfg.defaultProfile;
"Desktop Entry"."DefaultProfile" = cfg.defaultProfile;
}
)
(
Expand Down

0 comments on commit 376a272

Please sign in to comment.