Is your feature request related to a problem? Please describe.
I use a shared file for appearance settings that is imported by both NixOS and Home Manager, ensuring consistent styles across the system and user environment. It is much easier to refer to when it is passed through specialArgs instead of always using imports.
Describe the solution you'd like
An option to pass specialArgs/extraSpecialArgs
Describe alternatives you've considered
Creating two modules for home-manager and NixOS, respectively.
Additional context
n/a
Is your feature request related to a problem? Please describe.
I use a shared file for appearance settings that is imported by both NixOS and Home Manager, ensuring consistent styles across the system and user environment. It is much easier to refer to when it is passed through
specialArgsinstead of always using imports.Describe the solution you'd like
An option to pass
specialArgs/extraSpecialArgsDescribe alternatives you've considered
Creating two modules for home-manager and NixOS, respectively.
Additional context
n/a