mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-04 01:00:22 -04:00
4 lines
77 B
Nix
4 lines
77 B
Nix
# hosts/common/optional/steam.nix
|
|
{...}: {
|
|
programs.steam.enable = true;
|
|
}
|