diff options
author | Vincent Ambo <mail@tazj.in> | 2021-07-13T12·42+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-08-25T09·53+0000 |
commit | da5a5ab2e4d52e9d916c692cc87b48b2ef3a88d0 (patch) | |
tree | 65d6d8ba3b4c19eaf0908e7dddbe6ad06d87d290 /users/tazjin/nixos/tverskoy | |
parent | 2fa32b563f594673afb44eef73cde5a18b34cbff (diff) |
feat(tverskoy): Attempt #2 to install Steam r/2775
Change-Id: I79bcd37f498ec8a337b65b069d085c672b830ee9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3247 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'users/tazjin/nixos/tverskoy')
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 099f3c43db25..d8829b2ecf55 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -205,6 +205,7 @@ in lib.fix(self: { light.enable = true; ssh.startAgent = true; mosh.enable = true; + steam.enable = true; # Required by impermanence fuse.userAllowOther = true; @@ -306,12 +307,14 @@ in lib.fix(self: { ".config/spotify" ".config/syncthing" ".gnupg" + ".local/share/Steam" ".local/share/direnv" ".local/share/fish" ".mozilla/firefox" ".password-store" ".rustup" ".ssh" + ".steam" ".telega" "go" "mail" |