Compare commits

..

2 commits

Author SHA1 Message Date
Antoine Martin eea3120286 home: add jellyfin to tridactyl blacklist 2022-12-14 22:08:59 +01:00
Antoine Martin d7816612ef zephyrus: add zotero 2022-12-14 22:08:14 +01:00
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@ set editorcmd emacsclient -c
" copy all the things " copy all the things
set yankto both set yankto both
blacklistadd jellyfin.alarsyo.net
blacklistadd netflix.com blacklistadd netflix.com
blacklistadd primevideo.com blacklistadd primevideo.com
blacklistadd youtube.com blacklistadd youtube.com

View file

@ -28,6 +28,7 @@
gdb gdb
valgrind valgrind
arandr arandr
zotero
; ;
inherit (pkgs.packages) spot; inherit (pkgs.packages) spot;