summaryrefslogtreecommitdiff
path: root/.config/guix-builds/bdunahu.scm
diff options
context:
space:
mode:
authorbd <bdunahu@gmail.com>2024-01-05 20:52:16 -0700
committerbd <bdunahu@gmail.com>2024-01-05 20:52:16 -0700
commit553a287b4ff7d8129870075acfb8422882dc3395 (patch)
tree6d0c5ba518bb4f813fd2e34c33021786beed15b1 /.config/guix-builds/bdunahu.scm
parentb05329a5092fa19e69fd623548e83dd43eb18e5e (diff)
Eshell correct path, auto-cleanup files, and more
Diffstat (limited to '.config/guix-builds/bdunahu.scm')
-rw-r--r--.config/guix-builds/bdunahu.scm26
1 files changed, 14 insertions, 12 deletions
diff --git a/.config/guix-builds/bdunahu.scm b/.config/guix-builds/bdunahu.scm
index 85578e3..f1eba15 100644
--- a/.config/guix-builds/bdunahu.scm
+++ b/.config/guix-builds/bdunahu.scm
@@ -35,12 +35,14 @@
"emacs-vertico"
"feh"
"flameshot"
+ "ffmpeg"
"gimp"
"gnupg"
"icecat"
"libnotify"
;; "mpc"
"mpv"
+ "openconnect"
"password-store"
"pass-otp"
"pinentry-emacs"
@@ -103,16 +105,16 @@
(when (equal? host-name "vali")
(service home-batsignal-service-type
- (home-batsignal-configuration
- (warning-level 35)
- (critical-level 15)
- (danger-level 5)))
- (service home-xmodmap-service-type
- (home-xmodmap-configuration
- (key-map '(("remove Lock" . "Caps_Lock")
- ("remove Control" . "Control_L")
- ("keysym Control_L" ."Caps_Lock")
- ("keysym Caps_Lock" . "Control_L")
- ("add Lock" . "Caps_Lock")
- ("add Control" . "Control_L"))))))
+ (home-batsignal-configuration
+ (warning-level 35)
+ (critical-level 15)
+ (danger-level 5)))
+ (service home-xmodmap-service-type
+ (home-xmodmap-configuration
+ (key-map '(("remove Lock" . "Caps_Lock")
+ ("remove Control" . "Control_L")
+ ("keysym Control_L" ."Caps_Lock")
+ ("keysym Caps_Lock" . "Control_L")
+ ("add Lock" . "Caps_Lock")
+ ("add Control" . "Control_L"))))))
)))