mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
dev: add overlays again?
This commit is contained in:
parent
686fa87c8f
commit
e4d0f57c7b
1 changed files with 5 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
};
|
||||
|
||||
nixosModules.default = {
|
||||
home-manager.sharedModules = [./lib/hm-module.];
|
||||
home-manager.sharedModules = [./lib/hm-module.nix];
|
||||
nixpkgs.overlays = [
|
||||
inputs.tidalcycles.overlays.default
|
||||
inputs.self.overlays.default
|
||||
|
@ -43,6 +43,10 @@
|
|||
|
||||
homeManagerModules.default = {
|
||||
imports = [./lib/hm-module.nix];
|
||||
nixpkgs.overlays = [
|
||||
inputs.tidalcycles.overlays.default
|
||||
inputs.self.overlays.default
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue