diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-01-09 17:27:17 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-01-09 17:27:17 +0530 |
| commit | 27138ae14a46729714499e2e605e0313c8c2c8be (patch) | |
| tree | 7859c46654cd7badcf1f2caa31fd82e1c6711e76 /packages/dwm/autostart.sh | |
| parent | 00e0b6fb7fe7c1ef33df55cdb44e96fec06e006e (diff) | |
| download | nixos-config-27138ae14a46729714499e2e605e0313c8c2c8be.tar.gz nixos-config-27138ae14a46729714499e2e605e0313c8c2c8be.zip | |
Add clamav and move thunderbird config to use module
Diffstat (limited to '')
| -rwxr-xr-x | packages/dwm/autostart.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/dwm/autostart.sh b/packages/dwm/autostart.sh index e7426c0..b2290aa 100755 --- a/packages/dwm/autostart.sh +++ b/packages/dwm/autostart.sh @@ -70,6 +70,7 @@ applications() { run "dwmblocks" dwmblocks; on_startup sidekick; + spew "thunderbird" thunderbird; #focus_tag 9; #on_startup :today; |
