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 <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
parent
b508605084
commit
9256c5ead4
1 changed files with 5 additions and 0 deletions
|
@ -219,6 +219,7 @@ in lib.fix(self: {
|
||||||
exa
|
exa
|
||||||
fd
|
fd
|
||||||
file
|
file
|
||||||
|
firefox
|
||||||
gdb
|
gdb
|
||||||
git
|
git
|
||||||
gnupg
|
gnupg
|
||||||
|
@ -249,6 +250,7 @@ in lib.fix(self: {
|
||||||
screen
|
screen
|
||||||
scrot
|
scrot
|
||||||
spotify
|
spotify
|
||||||
|
syncthing
|
||||||
tokei
|
tokei
|
||||||
tree
|
tree
|
||||||
vlc
|
vlc
|
||||||
|
@ -263,9 +265,11 @@ in lib.fix(self: {
|
||||||
allowOther = true;
|
allowOther = true;
|
||||||
|
|
||||||
directories = [
|
directories = [
|
||||||
|
".cargo"
|
||||||
".config/google-chrome"
|
".config/google-chrome"
|
||||||
".config/quassel-irc.org"
|
".config/quassel-irc.org"
|
||||||
".config/spotify"
|
".config/spotify"
|
||||||
|
".config/syncthing"
|
||||||
".gnupg"
|
".gnupg"
|
||||||
".local/share/direnv"
|
".local/share/direnv"
|
||||||
".local/share/fish/"
|
".local/share/fish/"
|
||||||
|
@ -273,6 +277,7 @@ in lib.fix(self: {
|
||||||
".rustup"
|
".rustup"
|
||||||
".ssh"
|
".ssh"
|
||||||
".telega"
|
".telega"
|
||||||
|
"go"
|
||||||
"mail"
|
"mail"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue