From 0221424cde244f8f0b23421a0982d0b44c4f9b9c Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 24 Jan 2025 15:36:15 -0500 Subject: [PATCH] init Signed-off-by: cy --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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; };