nix-configs/modules/default.nix

12 lines
133 B
Nix

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