mirror of
https://github.com/nix-community/plasma-manager.git
synced 2024-11-30 11:52:44 +03:00
Fix typo in konsole.nix
Konsolerc is case sensitive so the default profile option works now
This commit is contained in:
parent
fd4426851e
commit
3fb7f03379
@ -118,7 +118,7 @@ in
|
||||
programs.plasma.configFile."konsolerc" = mkMerge [
|
||||
(
|
||||
mkIf (cfg.defaultProfile != null ) {
|
||||
"Desktop entry"."DefaultProfile" = cfg.defaultProfile;
|
||||
"Desktop Entry"."DefaultProfile" = cfg.defaultProfile;
|
||||
}
|
||||
)
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user