mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
dev: default hm module should not declare nixpkgs options
This commit is contained in:
parent
0f04e9c138
commit
655c193540
1 changed files with 0 additions and 4 deletions
|
@ -43,10 +43,6 @@
|
||||||
|
|
||||||
homeManagerModules.default = {
|
homeManagerModules.default = {
|
||||||
imports = [./lib/hm-module.nix];
|
imports = [./lib/hm-module.nix];
|
||||||
nixpkgs.overlays = [
|
|
||||||
inputs.tidalcycles.overlays.default
|
|
||||||
inputs.self.overlays.default
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue