diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/guix/channels.scm | 14 | ||||
-rw-r--r-- | .config/isync/mbsyncrc | 25 | ||||
-rw-r--r-- | .config/jami.net/Jami.conf | 8 |
3 files changed, 16 insertions, 31 deletions
diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm index 9daf2a8..f9cc0d6 100644 --- a/.config/guix/channels.scm +++ b/.config/guix/channels.scm @@ -1,6 +1,12 @@ (list (channel (name 'guix) ; https://git.savannah.gnu.org/git/guix.git - (url "file:///home/bandali/src/git/guix")) - (channel - (name 'guix-bandali) ; https://git.sr.ht/~bandali/guix-bandali - (url "file:///home/bandali/src/git/guix-bandali"))) + (url "file:///home/bandali/src/guix") + (introduction + (make-channel-introduction + "9edb3f66fd807b096b48283debdcddccfea34bad" + (openpgp-fingerprint + "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))) + ;;(channel + ;; (name 'guix-bandali) ; https://git.sr.ht/~bandali/guix-bandali + ;; (url "file:///home/bandali/src/git/guix-bandali"))) + ) diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc index a74b565..81c0191 100644 --- a/.config/isync/mbsyncrc +++ b/.config/isync/mbsyncrc @@ -103,28 +103,3 @@ Channel csclub Master :csclub-remote: Slave :csclub-local: Patterns * - -###### -IMAPAccount sfl -Host mail.savoirfairelinux.com -User amin.bandali -PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/sfl.gpg" -SSLType IMAPS - -IMAPStore sfl-remote -Account sfl - -IMAPAccount sfl-local -Host 127.0.0.1 -Port 143 -User amin.bandali@savoirfairelinux.local -PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/sfl-local.gpg" -SSLType None - -IMAPStore sfl-local -Account sfl-local - -Channel sfl -Master :sfl-remote: -Slave :sfl-local: -Patterns * diff --git a/.config/jami.net/Jami.conf b/.config/jami.net/Jami.conf index b87df52..e541e6e 100644 --- a/.config/jami.net/Jami.conf +++ b/.config/jami.net/Jami.conf @@ -1,7 +1,11 @@ [General] +AcceptTransferBelow=20 +AllowFromUntrusted=false +AutoAcceptFiles=true AutoUpdate=true -DisplayImagesChatview=true -DownloadPath=/home/bandali/u/dl +DisplayHyperlinkPreviews=true +DisplayImagesChatview=false +DownloadPath=/home/bandali/usr/dl EnableDarkTheme=false EnableNotifications=true EnableTypingIndicator=true |