summaryrefslogtreecommitdiff
path: root/machines/common
diff options
context:
space:
mode:
Diffstat (limited to 'machines/common')
-rw-r--r--machines/common/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/common/base.nix b/machines/common/base.nix
index 4146d98..81d713d 100644
--- a/machines/common/base.nix
+++ b/machines/common/base.nix
@@ -13,6 +13,7 @@
nixpkgs.config.allowUnfree = true;
programs.steam.enable = true;
+ hardware.steam-hardware.enable = true;
time.timeZone = "America/Los_Angeles";
i18n.defaultLocale = "en_US.UTF-8";