diff --git a/flake.nix b/flake.nix index 77099f8..b0f9c7c 100644 --- a/flake.nix +++ b/flake.nix @@ -227,6 +227,15 @@ ]; }; + "yt@pancake" = lib.homeManagerConfiguration { + inherit pkgs; + extraSpecialArgs = { inherit inputs; }; + modules = [ + ./home/yt/chunk.nix + inputs.nixvim.homeManagerModules.nixvim + ]; + }; + "codespace@codespace" = lib.homeManagerConfiguration { inherit pkgs; extraSpecialArgs = { inherit inputs; };