aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/ni/nix-index/module.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/by-name/ni/nix-index/module.nix')
-rw-r--r--modules/by-name/ni/nix-index/module.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/by-name/ni/nix-index/module.nix b/modules/by-name/ni/nix-index/module.nix
index 5ddaece3..72be6b52 100644
--- a/modules/by-name/ni/nix-index/module.nix
+++ b/modules/by-name/ni/nix-index/module.nix
@@ -20,7 +20,11 @@ in {
};
config = lib.mkIf cfg.enable {
- soispha.programs.zsh.integrations.nix-index = ./command_not_found.sh;
+ soispha.programs = {
+ zsh.integrations.nix-index = ./command_not_found.zsh;
+ fish.integrations.nix-index = ./command_not_found.fish;
+ };
+
home-manager.users.soispha = {
imports = [
modules.nix-index-database.homeModules.nix-index