nix/modules/system/default.nix
2024-09-14 19:27:42 +02:00

9 lines
79 B
Nix

{...}: {
imports = [
./user
./homemanger
./misc
./xdg
];
}