NixOS / nix-darwin and home-manager template all in one:
https://github.com/juspay/nixos-unified-template
flake.config.me
is a toplevel flake option, this is being passed by nixos-unified via specialArgs.
how can i change the value for specific darwin host machine?
i tried _module.specialArgs.flake.config.me.username = "tada";
but this throws a random error for maintainer.nix not avaialable.
how can i override toplevel value from inside a module?how can i override toplevel value from inside a module?
info:
trying to do the _module.specialArgs.flake.config.me.username = "tada";
inf configurations/darwin/<machine>.nix
.
so that the modules imported by <machine>
have the changed value.
Last updated: Jun 24 2025 at 13:21 UTC