omniflake/system/desktop/steam.nix
2026-01-22 16:44:45 +01:00

5 lines
60 B
Nix

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