diff options
| author | c0co <c0co.channel@braincrime.com> | 2025-09-08 14:28:18 +0100 |
|---|---|---|
| committer | c0co <c0co.channel@braincrime.com> | 2025-09-08 14:28:18 +0100 |
| commit | 268bcacf28bd739008017396debd8547aad264a2 (patch) | |
| tree | f8dc051048e54541b27502738b22acf34fe5a4d6 /dom0/home.scm | |
| parent | 67e8d0fb57b89316e4036035368924f1f0bfbb0a (diff) | |
Import home to system for holistic build
Diffstat (limited to 'dom0/home.scm')
| -rw-r--r-- | dom0/home.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dom0/home.scm b/dom0/home.scm index d41d694..8d63d88 100644 --- a/dom0/home.scm +++ b/dom0/home.scm @@ -10,14 +10,16 @@ #:use-module (gnu home services desktop) #:use-module (gnu home services gnupg) #:use-module (gnu home services xdg) - #:use-module (guix gexp)) + #:use-module (guix gexp) + #:export (dom0-home-environment)) (use-package-modules compression gnome fonts freedesktop linux package-management pulseaudio ssh terminals xdisorg xorg glib virtualization wm) - (home-environment + (define dom0-home-environment + (home-environment (services (list (simple-service 'profile-env-vars-service @@ -66,4 +68,4 @@ alsa-utils pavucontrol ;; General - virt-manager openssh zip unzip))) + virt-manager openssh zip unzip)))) |
