From f8c4fcf533cf9d3c3c0d058410e95edf2d09c9de Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 28 Jun 2024 17:52:24 -0600 Subject: Remove notmuch --- .config/guix/modules/base.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.config/guix/modules/base.scm') diff --git a/.config/guix/modules/base.scm b/.config/guix/modules/base.scm index dc886fb..3463607 100644 --- a/.config/guix/modules/base.scm +++ b/.config/guix/modules/base.scm @@ -40,7 +40,7 @@ gnuzilla ;; icecat image ;; flameshot imagemagick ;; imagemagick - mail ;; notmuch, offlineimap + mail ;; offlineimap package-management ;; stow password-utils ;; pass-otp, password-store pdf ;; xpdf @@ -57,7 +57,6 @@ (define base (list gnupg - notmuch offlineimap3 pass-otp password-store @@ -179,7 +178,7 @@ ("mkd" . "mkdir -pv") ("mv" . "mv -i") ("rm" . "rm -i") - ("suspend" . "sudo bash -c 'echo mem > /sys/power/state'") + ("suspend" . "sudo loginctl suspend") ("vi" . "vim") ("xeb" . "emacsclient -nce '(switch-to-buffer nil)'") ("xet" . "emacsclient -nce '(shell)'") -- cgit v1.2.3