enable nix-index
This commit is contained in:
parent
466143d00b
commit
f757358f3f
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue