mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 12:46:42 +00:00
config: add materusArg module
This commit is contained in:
@@ -11,5 +11,6 @@ in
|
||||
./nixpkgs.nix
|
||||
./packages
|
||||
];
|
||||
config._module.args.materusArg = materusArg;
|
||||
options.materus.materusArg = lib.mkOption {default = {};};
|
||||
config._module.args.materusArg = config.materus.materusArg // materusArg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user