diff --git a/flake.nix b/flake.nix index 2dfe65a..b58165f 100644 --- a/flake.nix +++ b/flake.nix @@ -74,7 +74,7 @@ #nixosModules = import ./modules/nixos; # Reusable home-manager modules you might want to export # These are usually stuff you would upstream into home-manager - homeManagerModules = import ./modules/home-manager; + #homeManagerModules = import ./modules/home-manager; # NixOS configuration entrypoint # Available through 'nixos-rebuild --flake .#your-hostname'