mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: rename homeManagerModules -> homeModules
homeModules is the output name that can be picked up by nix flake check
This commit is contained in:
parent
c8089780d7
commit
b54d3ee065
6 changed files with 17 additions and 17 deletions
|
|
@ -102,7 +102,7 @@
|
|||
inherit lib;
|
||||
|
||||
nixosModules = import ./modules/nixos { inherit lib; };
|
||||
homeManagerModules = import ./modules/home { inherit lib; };
|
||||
homeModules = import ./modules/home { inherit lib; };
|
||||
packages = lib.swarselsystems.forEachSystem (pkgs: import ./pkgs { inherit lib pkgs; });
|
||||
formatter = lib.swarselsystems.forEachSystem (pkgs: pkgs.nixpkgs-fmt);
|
||||
overlays = import ./overlays { inherit self lib inputs; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue