Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
cy 2025-01-24 15:36:15 -05:00
parent f10401c187
commit 0221424cde

View file

@ -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; };