nix/modules/nixos/default.nix

8 lines
86 B
Nix

_:
{
imports = [
./desktop/sway
./gaming/steam
./hardware/laptop
];
}