nixos-configs/devices/binto/modules/default.nix

7 lines
72 B
Nix
Raw Normal View History

{...}: {
imports = [
./gpu-replay.nix
./nix-gaming.nix
];
}