nix/modules/nixos/default.nix

8 lines
106 B
Nix

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