diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-02-22 22:28:31 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-02-22 22:28:31 -0800 |
| commit | 7225e0b3160f67869c617d2224a6fd86a2e07164 (patch) | |
| tree | 83e5e14b1f856a7b199fe9cc8f685526cc6af1ed /hosts | |
| parent | 45bb58723ea7644eb875ee3837c8b9752a973b20 (diff) | |
| download | nix-7225e0b3160f67869c617d2224a6fd86a2e07164.tar nix-7225e0b3160f67869c617d2224a6fd86a2e07164.tar.gz nix-7225e0b3160f67869c617d2224a6fd86a2e07164.tar.bz2 nix-7225e0b3160f67869c617d2224a6fd86a2e07164.tar.lz nix-7225e0b3160f67869c617d2224a6fd86a2e07164.tar.xz nix-7225e0b3160f67869c617d2224a6fd86a2e07164.tar.zst nix-7225e0b3160f67869c617d2224a6fd86a2e07164.zip | |
Revert "Fix broken Steam timezone display per https://github.com/NixOS/nixpkgs/issues/338266"
This reverts commit 45bb58723ea7644eb875ee3837c8b9752a973b20.
Diffstat (limited to '')
| -rw-r--r-- | hosts/common/optional/games.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/common/optional/games.nix b/hosts/common/optional/games.nix index 6dc1627..8158c34 100644 --- a/hosts/common/optional/games.nix +++ b/hosts/common/optional/games.nix @@ -13,8 +13,5 @@ enable = true; extraCompatPackages = [ pkgs.proton-ge-bin ]; #package = pkgs.master.steam; - package = pkgs.steam.override { - extraBwrapArgs = [ "--unsetenv TZ" ]; - }; }; } |
