use pre-built nix-index db
This commit is contained in:
parent
88384c52dd
commit
b3f0ff53df
4 changed files with 25 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ in {
|
|||
inputs.home-manager.nixosModules.home-manager
|
||||
(mkAliasOptionModule ["hm"] ["home-manager" "users" config.user.name])
|
||||
inputs.nix-colors.homeManagerModules.default # >home manager modules >in non-hm modules
|
||||
inputs.nix-index-database.nixosModules.default
|
||||
inputs.niri.nixosModules.niri
|
||||
]
|
||||
++ (mapModulesRec' (toString ./modules) import);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue