mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
clean up lib
This commit is contained in:
parent
4442408ee3
commit
fbd08add99
7 changed files with 12 additions and 55 deletions
|
@ -33,7 +33,9 @@
|
|||
};
|
||||
|
||||
nixosModules.default = {
|
||||
home-manager.sharedModules = [./lib/hm-module.nix];
|
||||
home-manager.sharedModules = [
|
||||
./lib/module
|
||||
];
|
||||
nixpkgs.overlays = [
|
||||
inputs.tidalcycles.overlays.default
|
||||
inputs.self.overlays.default
|
||||
|
@ -42,7 +44,7 @@
|
|||
|
||||
homeManagerModules.default = {
|
||||
imports = [
|
||||
./lib/hm-module.nix
|
||||
./lib/module
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue