summaryrefslogtreecommitdiff
path: root/.config/guix/modules/bat.scm
diff options
context:
space:
mode:
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")))))