From 1ced565816120bfcc351daf9fc3a4e851162e3b7 Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 10 Jan 2024 19:44:21 -0700 Subject: Initial commit of new repository structure --- .config/guix/modules/bat.scm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .config/guix/modules/bat.scm (limited to '.config/guix/modules/bat.scm') diff --git a/.config/guix/modules/bat.scm b/.config/guix/modules/bat.scm new file mode 100644 index 0000000..1a56ee5 --- /dev/null +++ b/.config/guix/modules/bat.scm @@ -0,0 +1,12 @@ +(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"))))) -- cgit v1.2.3