nix: add home-manager module (#395)

This commit is contained in:
Gabriel Fontes
2022-07-27 11:32:42 -03:00
committed by GitHub
parent b2627c05c4
commit 1d3e1472f2
2 changed files with 99 additions and 0 deletions

View File

@@ -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";
};