We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 878076a + 4326807 commit e47b244Copy full SHA for e47b244
modules/collection/programs/kitty.nix
@@ -100,8 +100,8 @@ in {
100
101
rum.programs.fish.config = mkIf cfg.integrations.fish.enable (
102
mkAfter ''
103
- source ${cfg.package.shell_integration}/fish/vendor_conf.d/kitty-shell-integration.fish"
104
- set --prepend fish_complete_path ${cfg.package.shell_integration}/fish/vendor_completions.d"
+ source "${cfg.package.shell_integration}/fish/vendor_conf.d/kitty-shell-integration.fish"
+ set --prepend fish_complete_path "${cfg.package.shell_integration}/fish/vendor_completions.d"
105
''
106
);
107
rum.programs.zsh.initConfig = mkIf cfg.integrations.zsh.enable (
0 commit comments