enable nix-index

This commit is contained in:
Adithya 2023-06-03 12:25:11 +05:30
parent 466143d00b
commit f757358f3f
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@
".cache/aria2" ".cache/aria2"
".cache/mesa_shader_cache" ".cache/mesa_shader_cache"
".cache/mozilla" ".cache/mozilla"
".cache/nix" ".cache/nix-index"
".config/1Password" ".config/1Password"
".config/chromium" ".config/chromium"
".config/dconf" ".config/dconf"

View file

@ -44,6 +44,7 @@
programs = { programs = {
fzf.enable = true; fzf.enable = true;
lazygit.enable = true; lazygit.enable = true;
nix-index.enable = true;
ssh.enable = true; ssh.enable = true;
zoxide.enable = true; zoxide.enable = true;
}; };