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

10 lines
100 B
Nix

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