kitty: Use outPath for fish
This commit is contained in:
parent
9484cc12fd
commit
8bf04b2e17
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
settings = {
|
||||
# Shell
|
||||
shell = "${pkgs.fish}/bin/fish --interactive";
|
||||
shell = "${pkgs.fish.outPath}/bin/fish --interactive";
|
||||
shell_integration = "no-cursor";
|
||||
|
||||
# Theme/Layout
|
||||
|
|
Loading…
Reference in a new issue