kitty: fix option
This commit is contained in:
parent
82d7b27c1e
commit
b47adb80d3
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
config = lib.mkIf config.settings.programs.kitty.enable {
|
config = lib.mkIf config.settings.programs.kitty.enable {
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = config.settings.shell.fish.enable;
|
shellIntegration.enableFishIntegration = config.settings.shell.fish.enable;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue