feat: vars in _module.args instead of options

This commit is contained in:
Leon Schwarzäugl 2025-07-21 22:29:45 +02:00
parent c3060b2be9
commit c5c09b0358
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
11 changed files with 437 additions and 439 deletions

View file

@ -3,6 +3,7 @@
home.stateVersion = "23.05";
imports = [
"${self}/modules/home/common/settings.nix"
"${self}/modules/shared/sharedsetup.nix"
"${self}/modules/shared/options.nix"
"${self}/modules/shared/vars.nix"
];
}