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