flake: expose homeManagerModules

This commit is contained in:
Guanran Wang 2024-02-06 18:08:36 +08:00
parent d2d4693e1c
commit eac51ad30f
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
2 changed files with 3 additions and 1 deletions

View file

@ -180,6 +180,7 @@
overlays = import ./overlays;
nixosModules.default = ./nixos/modules;
darwinModules.default = ./darwin/modules;
homeManagerModules.default = ./home/modules;
### NixOS
nixosConfigurations = {

View file

@ -1,4 +1,5 @@
{
inputs,
pkgs,
config,
...
@ -26,7 +27,7 @@
# Default applications
imports = [
./modules
inputs.self.homeManagerModules.default
./applications/git
./applications/gpg