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

7 lines
72 B
Nix
Raw Permalink Normal View History

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