Add username in extraSpecialArgs

This commit is contained in:
JuliusFreudenberger 2026-01-09 22:05:52 +01:00
parent bdd7bd301e
commit 378d7f3051

View file

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