1
0

Auto start applications

This commit is contained in:
2019-07-24 19:13:54 +00:00
parent 4cadbc1f05
commit b29f6592dd
2 changed files with 10 additions and 1 deletions

View File

@ -130,7 +130,10 @@ in {
ln -fs /tmp/chromium .config/
ln -fs /tmp/chromium .cache/
kitty &
kitty --class=viewShiftW3 &
emacs &
chromium &
wire-desktop &
'';
};