nixos/home-manager/features/steam.nix
2023-12-17 16:20:09 -05:00

3 lines
45 B
Nix

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