nix: add home-manager module (#395)
This commit is contained in:
parent
b2627c05c4
commit
1d3e1472f2
2 changed files with 99 additions and 0 deletions
|
|
@ -61,6 +61,7 @@
|
|||
formatter = genSystems (system: pkgsFor.${system}.alejandra);
|
||||
|
||||
nixosModules.default = import ./nix/module.nix self;
|
||||
homeManagerModules.default = import ./nix/hm-module.nix self;
|
||||
|
||||
overlay = throw "Hyprland: .overlay output is deprecated, please use the .overlays.default output";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue