Add username in extraSpecialArgs

This commit is contained in:
JuliusFreudenberger 2026-01-09 22:05:52 +01:00
parent 68a7cc25ac
commit 0f5c4e2383

View file

@ -201,6 +201,10 @@
home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = {
inherit username;
};
modules = [
home/core.nix
modules/nix.nix