summaryrefslogtreecommitdiff
path: root/guix/home.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/home.scm')
-rw-r--r--guix/home.scm27
1 files changed, 15 insertions, 12 deletions
diff --git a/guix/home.scm b/guix/home.scm
index ab8914f..09dd5fd 100644
--- a/guix/home.scm
+++ b/guix/home.scm
@@ -4,17 +4,20 @@
;; need to capture the channels being used, as returned by "guix describe".
;; See the "Replicating Guix" section in the manual.
-(use-modules (gnu packages)
- (gnu packages gnupg)
- (gnu services)
- (guix gexp)
- (gnu system)
- (gnu home)
- (gnu home services)
- (gnu home services dotfiles)
- (gnu home services shells)
- (gnu home services desktop)
- (gnu home services gnupg))
+(define-module (home)
+ #:use-module (guix gexp)
+ #:use-module (gnu)
+ #:use-module (gnu packages)
+ #:use-module (gnu packages gnupg)
+ #:use-module (gnu home)
+ #:use-module (gnu home services)
+ #:use-module (gnu home services dotfiles)
+ #:use-module (gnu home services shells)
+ #:use-module (gnu home services desktop)
+ #:use-module (gnu home services gnupg)
+ #:use-module (dwl-guile home-service)
+ #:use-module (dwl-guile patches)
+ #:export (home))
(home-environment
;; Below is the list of packages that will show up in your
@@ -30,7 +33,7 @@
"nmap" "hunspell" "guile-syntax-highlight" "hunspell-dict-en-us"
"mlocate" "rsync" "grimshot" "nyxt" "haunt" "texlive" "texlive-cbfonts"
"network-manager-applet" "swayidle" "wl-clipboard" "btop" "htop"
- "hugo-bin" "mullvadbrowser")))
+ "hugo-bin" "net-tools" "gnupg")))
;; Below is the list of Home services. To search for available
;; services, run 'guix home search KEYWORD' in a terminal.
(services