2021-06-29 22:29:22 +03:00

4 lines
91 B
Nix

{ pkgs, ... }: {
programs.steam.enable = true;
hardware.steam-hardware.enable = true;
}