From 7046e0925eb463fa42a12f2e5b102df94d75633f Mon Sep 17 00:00:00 2001 From: xenia Date: Sat, 14 Jun 2025 20:25:35 +0200 Subject: [PATCH] enable steam --- nixos/machines/gender-station/machine.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/machines/gender-station/machine.nix b/nixos/machines/gender-station/machine.nix index 3bfed7bd..4fd4b079 100644 --- a/nixos/machines/gender-station/machine.nix +++ b/nixos/machines/gender-station/machine.nix @@ -49,6 +49,8 @@ boot.supportedFilesystems."fuse.sshfs" = true; + programs.steam.enable = true; + # for blender and other hip stuff # https://wiki.nixos.org/wiki/AMD_GPU#HIP systemd.tmpfiles.rules =