Handle go apps, run tailscale on start.

This commit is contained in:
josiah 2021-10-30 13:39:07 -05:00
parent 38930cbd61
commit ee892396d3
2 changed files with 2 additions and 0 deletions

View File

@ -620,6 +620,7 @@ autorunApps =
"xset -dpms",
"xset s noblank",
"nm-applet",
"tailscale-systray",
"espanso daemon",
"pyls"
}

1
.paths
View File

@ -18,3 +18,4 @@ export PATH=/Users/jowj/Library/Python/3.6/bin:$PATH
export PATH=/home/josiah/.local/bin:$PATH
export PATH=/home/josiah/.gem/ruby/2.6.0/bin:$PATH
export PATH=/home/josiah/.config/guix/current/bin/:$PATH
export PATH=/home/josiah/go/bin:$PATH