summaryrefslogtreecommitdiff
path: root/.config/guix/modules/bat.scm
diff options
context:
space:
mode:
authorbd <bdunahu@colostate.edu>2024-03-09 20:19:50 -0700
committerbd <bdunahu@colostate.edu>2024-03-09 20:19:50 -0700
commit443504c783443e568148bc467d740381deaf814c (patch)
tree9f28fe57aa1da33357eab9f8ff8ae9219e6b7eef /.config/guix/modules/bat.scm
parent54884c3031769a51010d586d7d7d0248b62695e5 (diff)
exwm -> dwm
Diffstat (limited to '.config/guix/modules/bat.scm')
-rw-r--r--.config/guix/modules/bat.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/.config/guix/modules/bat.scm b/.config/guix/modules/bat.scm
deleted file mode 100644
index 1a56ee5..0000000
--- a/.config/guix/modules/bat.scm
+++ /dev/null
@@ -1,12 +0,0 @@
-(define-module (bat)
- #:use-module (gnu home services)
- #:use-module (gnu home services pm))
-
-
-(define-public bat-service
- (list (service home-batsignal-service-type
- (home-batsignal-configuration
- (warning-level 35)
- (critical-level 15)
- (danger-level 5)
- (notification-command "notify-send")))))