diff options
| author | Alexander Kassouni <alex@kassouni.net> | 2026-08-30 22:42:35 -0700 |
|---|---|---|
| committer | Alexander Kassouni <alex@kassouni.net> | 2026-08-30 22:42:35 -0700 |
| commit | 02f1cb4dae4f466d79e102f890f093fb9e97e7f7 (patch) | |
| tree | 112cdebf1c19f853dc8cea54b994d030236155ba /machines/common | |
| parent | af99b4960a9bf1043234354d685ed23818c14aaa (diff) | |
power settings, palette cleanup
Diffstat (limited to 'machines/common')
| -rw-r--r-- | machines/common/base.nix | 1 |
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"; |
