diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-12 19:43:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-12 19:43:48 +0200 |
| commit | 691d371d45195da0e5b6744a3a5cffbb60da3dd5 (patch) | |
| tree | acb530614f71547eee79c9e4861f43a8248f4958 /nixos/hosts | |
| parent | cdd9e1adbc899a3ac6336f44298ecc9a01e79ed8 (diff) | |
Update configuration.nix
Diffstat (limited to 'nixos/hosts')
| -rw-r--r-- | nixos/hosts/box/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/hosts/box/configuration.nix b/nixos/hosts/box/configuration.nix index 6abf0f5..06a4614 100644 --- a/nixos/hosts/box/configuration.nix +++ b/nixos/hosts/box/configuration.nix @@ -89,8 +89,11 @@ programs.hyprland.enable = true; programs.fish.enable = true; programs.dconf.enable = true; - programs.steam.enable = true; services.udisks2.enable = true; + programs.steam.enable = true; + programs.steam.extraCompatPackages = with pkgs; [ + proton-ge-bin + ]; xdg.portal = { enable = true; |
