From cd68ff6ce691523f5d384cc74121c3820f3d5823 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 3 May 2026 17:51:10 -0500 Subject: [PATCH] Enable steam-devices --- desktop/base.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop/base.nix b/desktop/base.nix index deda2bc..3859bbe 100644 --- a/desktop/base.nix +++ b/desktop/base.nix @@ -29,4 +29,6 @@ thunar thunar-volman ]; + + hardware.steam-hardware.enable = true; }