summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/hosts/box/configuration.nix5
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;