From da5a5ab2e4d52e9d916c692cc87b48b2ef3a88d0 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 13 Jul 2021 14:42:34 +0200 Subject: feat(tverskoy): Attempt #2 to install Steam Change-Id: I79bcd37f498ec8a337b65b069d085c672b830ee9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3247 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/nixos/tverskoy/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'users/tazjin/nixos/tverskoy/default.nix') 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" -- cgit 1.4.1