nix-configs/modules/default.nix
2025-03-27 20:18:54 +01:00

12 lines
133 B
Nix

{...}: {
imports = [
./shell
./desktop
./hardware
./de
./net
./input
./media
./graphics.nix
];
}