From c16d1b1a4f0cd7a115262c435a61820362ee142d Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Thu, 30 May 2024 08:27:36 +0200 Subject: use the pipewire sound service --- suweren/home/services.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 suweren/home/services.scm (limited to 'suweren/home/services.scm') diff --git a/suweren/home/services.scm b/suweren/home/services.scm new file mode 100644 index 0000000..b765820 --- /dev/null +++ b/suweren/home/services.scm @@ -0,0 +1,11 @@ +(define-module (suweren home services) + #:use-module (gnu home services shells) + #:use-module (guix gexp)) + +(define-public bash-configuration + (let ((bashrc (list (local-file "bashrc" + "bashrc"))) + (bash-profile (list (local-file "bash-profile" + "bash-profile")))) + (home-bash-configuration (bashrc bashrc) + (bash-profile bash-profile)))) -- cgit v1.2.3