nix/modules/nixos/default.nix

7 lines
67 B
Nix

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