summaryrefslogtreecommitdiff
path: root/ikaruga-home.scm
diff options
context:
space:
mode:
Diffstat (limited to 'ikaruga-home.scm')
-rw-r--r--ikaruga-home.scm11
1 files changed, 8 insertions, 3 deletions
diff --git a/ikaruga-home.scm b/ikaruga-home.scm
index edf5ce5..85bd022 100644
--- a/ikaruga-home.scm
+++ b/ikaruga-home.scm
@@ -14,7 +14,12 @@
;;; along with this program. If not, see
;;; <http://www.gnu.org/licenses/>.
-(include "common-home.scm")
+(define-module (ikaruga-home)
+ #:use-module (dthompson home common)
+ #:use-module (dthompson home pipewire)
+ #:use-module (gnu home)
+ #:use-module (gnu packages)
+ #:use-module (gnu services))
(home-environment
(packages (specifications->packages
@@ -64,7 +69,6 @@
"openssh"
"pavucontrol"
"pinentry"
- "quassel"
"quodlibet"
"sfxr"
"sicp"
@@ -74,4 +78,5 @@
"tor"
"vlc"
"xournal")))
- (services common-services))
+ (services (cons (service home-pipewire-service-type)
+ common-services)))