feat(andronix): load nix-index database.
This commit is contained in:
parent
a7104c659b
commit
a1ddec621b
@ -7,7 +7,11 @@
|
|||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
|
|
||||||
# Import modules I need
|
# Import modules I need
|
||||||
imports = [inputs.nvf.homeManagerModules.default ../../modules/cross-platform/home-manager];
|
imports = [
|
||||||
|
inputs.nvf.homeManagerModules.default
|
||||||
|
../../modules/cross-platform/home-manager
|
||||||
|
inputs.nix-index-database.hmModules.nix-index
|
||||||
|
];
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user