Fix typo in Konsole command definition

This commit is contained in:
Evie Litherland-Smith 2024-09-01 13:09:16 +01:00
parent 1e3bbe954e
commit 624f347928

View file

@ -13,7 +13,7 @@
profiles.onelight = { profiles.onelight = {
name = "One-Light"; name = "One-Light";
colorScheme = "onelight"; colorScheme = "onelight";
command = "${config.programs.fish}/bin/fish"; command = "${config.programs.fish.package}/bin/fish";
font = { font = {
name = fonts.monospace.name; name = fonts.monospace.name;
size = fonts.sizes.terminal; size = fonts.sizes.terminal;