aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf/nix-index
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/conf/nix-index')
-rw-r--r--hm/soispha/conf/nix-index/default.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/hm/soispha/conf/nix-index/default.nix b/hm/soispha/conf/nix-index/default.nix
new file mode 100644
index 00000000..eb8132d9
--- /dev/null
+++ b/hm/soispha/conf/nix-index/default.nix
@@ -0,0 +1,14 @@
+{...}: {
+ 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;
+ };
+}