fix(server): remove nix-index doesn't work on single user install.

This commit is contained in:
CronyAkatsuki 2025-03-24 09:16:35 +01:00
parent 4d291f579c
commit 93b86204cc

View File

@ -12,7 +12,6 @@
imports = [
inputs.nvf.homeManagerModules.default
inputs.nix-index-database.hmModules.nix-index
];
programs.zsh = {
@ -64,15 +63,6 @@
};
};
# Enable nix-index
programs.nix-index = {
enable = true;
enableZshIntegration = true;
};
# Enable comma
programs.nix-index-database.comma.enable = true;
# Install fzf
programs.fzf = {
enable = true;