Add nix-index-database and comma.
This commit is contained in:
parent
c49157f889
commit
294ea37058
3 changed files with 40 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
|||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [inputs.nvf.homeManagerModules.default];
|
||||
imports = [
|
||||
inputs.nvf.homeManagerModules.default
|
||||
inputs.nix-index-database.hmModules.nix-index
|
||||
];
|
||||
|
||||
# Some info
|
||||
home.username = "crony";
|
||||
|
@ -87,6 +90,15 @@
|
|||
];
|
||||
};
|
||||
|
||||
# Enable nix-index
|
||||
programs.nix-index = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
# Enable comma
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
|
||||
# Enable git
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue