17 lines
189 B
Nix
17 lines
189 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
repoFlake,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./boot.nix
|
|
./pkg.nix
|
|
./system.nix
|
|
./hw.nix
|
|
|
|
./user.nix
|
|
|
|
repoFlake.inputs.sops-nix.nixosModules.sops
|
|
];
|
|
}
|