diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-12-16 20:39:45 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-12-16 20:39:45 -0500 |
| commit | 57733073034c1c1301984144ca64aa5b329953d4 (patch) | |
| tree | fbd0f38ba830b49fc39105cae155de40292f737b /system/gaming/steam.nix | |
| parent | make zshrc load much faster (diff) | |
| download | dotfiles-nix-57733073034c1c1301984144ca64aa5b329953d4.tar.gz dotfiles-nix-57733073034c1c1301984144ca64aa5b329953d4.tar.bz2 dotfiles-nix-57733073034c1c1301984144ca64aa5b329953d4.zip | |
update commits
Diffstat (limited to 'system/gaming/steam.nix')
| -rw-r--r-- | system/gaming/steam.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gaming/steam.nix b/system/gaming/steam.nix index 550738b..ada0aaf 100644 --- a/system/gaming/steam.nix +++ b/system/gaming/steam.nix @@ -28,7 +28,7 @@ in { }; # controllers - hardware.xone.enable = false; # https://github.com/NixOS/nixpkgs/issues/467803 + hardware.xone.enable = true; hardware.steam-hardware.enable = true; # cod |