nix-gscheits/modules/default.nix
2022-11-04 22:43:37 +00:00

11 lines
137 B
Nix

{
imports = [
./base.nix
./nix.nix
./pipewire.nix
./pubkeys.nix
./sops.nix
./tools.nix
./unfree.nix
];
}