Add username in extraSpecialArgs

This commit is contained in:
JuliusFreudenberger 2026-01-09 22:05:52 +01:00
parent 6f805ea6a4
commit bdf0cecf54

View file

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