about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-07-13T12·42+0200
committertazjin <mail@tazj.in>2021-08-25T09·53+0000
commitda5a5ab2e4d52e9d916c692cc87b48b2ef3a88d0 (patch)
tree65d6d8ba3b4c19eaf0908e7dddbe6ad06d87d290 /users
parent2fa32b563f594673afb44eef73cde5a18b34cbff (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')
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix
index 099f3c43db..d8829b2ecf 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"