mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
feat: vars in _module.args instead of options
This commit is contained in:
parent
4323aed986
commit
6c59a4ec07
11 changed files with 437 additions and 439 deletions
|
|
@ -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"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue