From 9256c5ead44a53a683956c87c0be5091414a59f9 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 28 Mar 2021 17:33:08 +0200 Subject: chore(tverskoy): Add some more missing programs and persisted paths Change-Id: I3fbdbdc177471429d80ed50b4424e5f0b96e6272 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2694 Reviewed-by: tazjin Tested-by: BuildkiteCI --- users/tazjin/nixos/tverskoy/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 58ea68315f10..18b5ebfffbbe 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -219,6 +219,7 @@ in lib.fix(self: { exa fd file + firefox gdb git gnupg @@ -249,6 +250,7 @@ in lib.fix(self: { screen scrot spotify + syncthing tokei tree vlc @@ -263,9 +265,11 @@ in lib.fix(self: { allowOther = true; directories = [ + ".cargo" ".config/google-chrome" ".config/quassel-irc.org" ".config/spotify" + ".config/syncthing" ".gnupg" ".local/share/direnv" ".local/share/fish/" @@ -273,6 +277,7 @@ in lib.fix(self: { ".rustup" ".ssh" ".telega" + "go" "mail" ]; -- cgit 1.4.1