this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(hosts/galatea): enable Steam hardware

+4 -1
+4 -1
hosts/galatea/hardware.nix
··· 40 40 swapDevices = []; 41 41 42 42 nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; 43 - hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; 43 + hardware = { 44 + cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; 45 + steam-hardware.enable = true; 46 + }; 44 47 }