diff --git a/flake.nix b/flake.nix index 348e511e..2ee243d7 100644 --- a/flake.nix +++ b/flake.nix @@ -89,5 +89,10 @@ ]; }; }; + homeConfigurations.aly = home-manager.lib.homeManagerConfiguration { + modules = [ + ./home/aly + ]; + }; }; } \ No newline at end of file