about summary refs log tree commit diff
path: root/users/tazjin/nixos/tverskoy/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-03-28T15·33+0200
committertazjin <mail@tazj.in>2021-03-28T15·38+0000
commit9256c5ead44a53a683956c87c0be5091414a59f9 (patch)
tree26d40d19ab3f1eeb3ae00e1cde9fbe3ab9c1e243 /users/tazjin/nixos/tverskoy/default.nix
parentb508605084e8a50fa689f652e032d34c1e164c0b (diff)
chore(tverskoy): Add some more missing programs and persisted paths r/2353
Change-Id: I3fbdbdc177471429d80ed50b4424e5f0b96e6272
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2694
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/nixos/tverskoy/default.nix')
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix
index 58ea68315f..18b5ebfffb 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"
         ];