3 lines
95 B
Nix
3 lines
95 B
Nix
{config, ...}: {
|
|
flake.nixosModules.settei = import ./settei {inherit (config) perInput;};
|
|
}
|