diff options
Diffstat (limited to 'modules/home/conf/nix-index/default.nix')
-rw-r--r-- | modules/home/conf/nix-index/default.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/home/conf/nix-index/default.nix b/modules/home/conf/nix-index/default.nix deleted file mode 100644 index eb8132d9..00000000 --- a/modules/home/conf/nix-index/default.nix +++ /dev/null @@ -1,14 +0,0 @@ -{...}: { - programs.nix-index = { - enable = true; - symlinkToCacheHome = true; - - # Handled by myself (and the script is overridden) - enableBashIntegration = false; - enableZshIntegration = false; - enableFishIntegration = false; - }; - programs.nix-index-database = { - comma.enable = false; - }; -} |