Files
FxNet/quirks/steam.nix
2025-09-01 23:51:55 +03:00

11 lines
103 B
Nix

{ ... }:
{
imports = [
./32bit.nix
];
hardware = {
steam-hardware.enable = true;
};
}