mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
try using self.packages instead of overlays
This commit is contained in:
parent
7817e036dc
commit
f1be251d06
2 changed files with 5 additions and 3 deletions
|
@ -41,7 +41,9 @@
|
|||
};
|
||||
|
||||
homeManagerModules.default = {
|
||||
imports = [./lib/hm-module.nix];
|
||||
imports = [
|
||||
./lib/hm-module.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue