fix(server): remove nix-index doesn't work on single user install.
This commit is contained in:
parent
4d291f579c
commit
93b86204cc
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user