summaryrefslogtreecommitdiff
path: root/.config/guix-builds/bdunahu.scm
diff options
context:
space:
mode:
authorbd <bdunahu@gmail.com>2024-01-06 00:40:21 -0700
committerbd <bdunahu@gmail.com>2024-01-06 00:40:21 -0700
commit5b514f3b33197355e55cd1478fa50dd1cc92c340 (patch)
tree9ad40fd1a84c5bd70148cd40acc8b987e3f18d72 /.config/guix-builds/bdunahu.scm
parent84e394757a183ff5c6a19389684f77f54399918b (diff)
Added dictionary with dico, orderless for fuzzy vertico matching.
Diffstat (limited to '.config/guix-builds/bdunahu.scm')
-rw-r--r--.config/guix-builds/bdunahu.scm13
1 files changed, 9 insertions, 4 deletions
diff --git a/.config/guix-builds/bdunahu.scm b/.config/guix-builds/bdunahu.scm
index f1eba15..7504436 100644
--- a/.config/guix-builds/bdunahu.scm
+++ b/.config/guix-builds/bdunahu.scm
@@ -8,6 +8,7 @@
(gnu services)
(guix gexp)
(gnu home services shepherd)
+ (gnu home services dict)
(gnu home services xdg)
(gnu home services shells)
(gnu home services gnupg)
@@ -29,6 +30,7 @@
"emacs-exwm"
"emacs-guix"
"emacs-magit"
+ "emacs-orderless"
"emacs-org-roam"
"emacs-pinentry"
"emacs-slime"
@@ -50,6 +52,7 @@
"sbcl"
"stow"
;; "texlive"
+ "ungoogled-chromium"
"xset"
"yt-dlp"
"zathura"
@@ -58,7 +61,9 @@
;; Below is the list of Home services. To search for available
;; services, run 'guix home search KEYWORD' in a terminal.
(services
- (list (service home-xdg-user-directories-service-type
+ (list (service home-shepherd-service-type)
+ (service home-dicod-service-type)
+ (service home-xdg-user-directories-service-type
(home-xdg-user-directories-configuration
(desktop "$HOME")
(documents "$HOME")
@@ -100,15 +105,15 @@
(pinentry-program
(file-append pinentry-emacs "/bin/pinentry-emacs"))
(ssh-support? #t)))
- (service home-shepherd-service-type)
(when (equal? host-name "vali")
(service home-batsignal-service-type
(home-batsignal-configuration
- (warning-level 35)
+ (warning-level 95)
(critical-level 15)
- (danger-level 5)))
+ (danger-level 5)
+ (notification-command "notify-send")))
(service home-xmodmap-service-type
(home-xmodmap-configuration
(key-map '(("remove Lock" . "Caps_Lock")