nixfiles/profiles/gaming/gaming.nix
2021-12-26 14:07:09 +00:00

4 lines
51 B
Nix

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