nix/modules/system/default.nix
2024-09-15 10:25:38 +02:00

10 lines
94 B
Nix

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