1
Files
flake-nixinator/system/modules/default.nix

8 lines
68 B
Nix

{...}: {
imports = [
./polkit
./mime
./network
];
}