about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/nix-index/default.nix
blob: eb8132d98388b44be20c34eb3885ad47f06c69fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
  };
}