forgot that again

This commit is contained in:
cy 2024-12-13 22:13:25 -05:00
parent d2ebf2c8cb
commit 3b04445f99

View file

@ -79,6 +79,14 @@
./home/yt/ytnix.nix ./home/yt/ytnix.nix
]; ];
}; };
"yt@chunk" = home-manager.lib.homeManagerConfiguration {
pkgs = pkgsFor.x86_64-linux;
extraSpecialArgs = {inherit inputs outputs;};
modules = [
./home/yt/chunk.nix
];
};
}; };
}; };
} }