~ruther/guix-config

819ee341ab6bcc9846b099572af185c781b82a1d — Rutherther a month ago 88bd448
chore: update
2 files changed, 12 insertions(+), 7 deletions(-)

M channels-lock.scm
M home/home-configuration.scm
M channels-lock.scm => channels-lock.scm +5 -5
@@ 3,7 3,7 @@
        (url "https://git.sr.ht/~abcdw/rde")
        (branch "master")
        (commit
          "7648a495767990d625cd0ca242cd634aa39bcc58")
          "bfe0605f72161d2648b194316a89de2902217ff7")
        (introduction
          (make-channel-introduction
            "257cebd587b66e4d865b3537a9a88cccd7107c95"


@@ 14,7 14,7 @@
        (url "https://gitlab.com/nonguix/nonguix")
        (branch "master")
        (commit
          "40bf089faa720ad47efbdf7b257a0ae3127078a9")
          "ae6e9f28343d990f1e11286e99dd195d80dc65b0")
        (introduction
          (make-channel-introduction
            "897c1a470da759236cc11798f4e0a5f7d4d59fbc"


@@ 25,13 25,13 @@
        (url "https://git.ditigal.xyz/~ruther/guix-exprs")
        (branch "main")
        (commit
          "7185215450dc134c7fa93e39c0fd4319d68476d1"))
          "4aef3e72981477f2521ac346d65f7d48c8210bf7"))
      (channel
        (name 'guix)
        (url "https://git.savannah.gnu.org/git/guix.git")
        (url "https://codeberg.org/guix/guix-mirror")
        (branch "master")
        (commit
          "a4a7ff0319c622cd08aa7461cc88cc6608fe62cb")
          "16ee065aa006e4cd8982e26cd0430f9e018874ad")
        (introduction
          (make-channel-introduction
            "9edb3f66fd807b096b48283debdcddccfea34bad"

M home/home-configuration.scm => home/home-configuration.scm +7 -2
@@ 47,9 47,14 @@
             (ruther home services wayland)
             (ruther home services kanshi))

(define offlineimap
  (package-with-extra-patches
             offlineimap3
             (list (local-file "./patches/offlineimap3.patch"))))

(define offlineimap-job
  #~(job '(next-minute (range 0 60 5))
         (string-append #$offlineimap3 "/bin/offlineimap")))
         (string-append #$offlineimap "/bin/offlineimap")))

(define-public font-awesome-6
  (package/inherit font-awesome


@@ 102,6 107,7 @@
    dwl-mine
    font-awesome-6

    offlineimap
    (apply-patches msmtp
                   (local-file "./patches/msmtp-from-utf8-encoding.patch")))
   (specifications->packages


@@ 153,7 159,6 @@
     "dconf"

     ;; E-mail
     "offlineimap3"
     "notmuch" "afew"

     "xdg-utils" "libnotify"

Do not follow this link