Fix typo in Konsole command definition
This commit is contained in:
parent
1e3bbe954e
commit
624f347928
|
@ -13,7 +13,7 @@
|
|||
profiles.onelight = {
|
||||
name = "One-Light";
|
||||
colorScheme = "onelight";
|
||||
command = "${config.programs.fish}/bin/fish";
|
||||
command = "${config.programs.fish.package}/bin/fish";
|
||||
font = {
|
||||
name = fonts.monospace.name;
|
||||
size = fonts.sizes.terminal;
|
||||
|
|
Loading…
Reference in a new issue