From bc4c3c85a8738958a2a1394eac3df8981e6a6eae Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 17 Feb 2024 07:49:33 -0500 Subject: Refactor home stuff into modules, add pipewire. --- rise-home.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'rise-home.scm') diff --git a/rise-home.scm b/rise-home.scm index d7db69e..c072142 100644 --- a/rise-home.scm +++ b/rise-home.scm @@ -14,7 +14,11 @@ ;;; along with this program. If not, see ;;; . -(include "common-home.scm") +(define-module (rise-home) + #:use-module (dthompson home common) + #:use-module (gnu home) + #:use-module (gnu packages) + #:use-module (gnu services)) (home-environment (packages (specifications->packages -- cgit v1.2.3