install nix-index-database and comma; refactoring

This commit is contained in:
cy 2025-03-01 14:09:24 -05:00
parent 44bf0ca489
commit faa35e268e
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
6 changed files with 104 additions and 44 deletions

View file

@ -119,6 +119,6 @@
programs.fzf.enableZshIntegration = true;
programs.zoxide.enableZshIntegration = true;
programs.eza.enableZshIntegration = true;
programs.nix-index.enableZshIntegration = false;
programs.direnv.enableZshIntegration = false;
programs.nix-index.enableZshIntegration = true;
programs.direnv.enableZshIntegration = true;
}