aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-26 17:37:52 -0300
committerEuAndreh <eu@euandre.org>2023-02-26 17:41:10 -0300
commit11d04616c2fc44b115377b39c579a40bca507663 (patch)
treed554f689901b36f8207dcc31f655148ae50a774b
parentetc/guix/home.scm: Fix prefix of license in tmux inlined package (diff)
downloaddotfiles-11d04616c2fc44b115377b39c579a40bca507663.tar.gz
dotfiles-11d04616c2fc44b115377b39c579a40bca507663.tar.xz
etc/guix/system.scm: Stop using (xyz euandreh queue) unprefixed
-rw-r--r--etc/guix/home.scm10
-rw-r--r--etc/guix/system.scm7
2 files changed, 8 insertions, 9 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm
index 73486c6..d7943b6 100644
--- a/etc/guix/home.scm
+++ b/etc/guix/home.scm
@@ -2,6 +2,7 @@
((ice-9 textual-ports) #:prefix textual-ports:)
((guix licenses) #:prefix licenses:)
((xyz euandreh heredoc) #:prefix heredoc:)
+ ((xyz euandreh queue) #:prefix queue:)
(gnu home)
(gnu home services)
(gnu home services mcron)
@@ -34,8 +35,7 @@
(guix git-download)
(guix modules)
(guix packages)
- (guix utils)
- (xyz euandreh queue))
+ (guix utils))
(heredoc:enable-syntax)
@@ -600,9 +600,9 @@ left it off the last time it was used.")
work-packages))
(services
(list
- (service (home-service 'clipmenu clipmenu-latest "/bin/clipmenud"))
- (service (home-service 'dunst dunst "/bin/dunst"))
- (service (home-service 'poweralertd poweralertd "/bin/poweralertd"))
+ (service (home-service 'clipmenu queue:clipmenu-latest "/bin/clipmenud"))
+ (service (home-service 'dunst dunst "/bin/dunst"))
+ (service (home-service 'poweralertd poweralertd "/bin/poweralertd"))
(service home-xdg-base-directories-service-type
(home-xdg-base-directories-configuration
(cache-home (xdg "var/cache"))
diff --git a/etc/guix/system.scm b/etc/guix/system.scm
index 87ee97e..4ca17e4 100644
--- a/etc/guix/system.scm
+++ b/etc/guix/system.scm
@@ -5,7 +5,6 @@
(gnu packages image)
(gnu packages package-management)
- (xyz euandreh queue)
(gnu packages mail)
(gnu packages admin)
(guix download)
@@ -26,6 +25,7 @@
((nonguix licenses) #:prefix ng-license:)
((xyz euandreh heredoc) #:prefix heredoc:)
+ ((xyz euandreh queue) #:prefix queue:)
(gnu bootloader)
(gnu bootloader grub)
(gnu packages)
@@ -48,8 +48,7 @@
(guix packages)
(nongnu packages linux)
(nongnu system linux-initrd)
- (srfi srfi-1)
- (xyz euandreh queue))
+ (srfi srfi-1))
(heredoc:enable-syntax)
(define-public epson-L365
@@ -116,7 +115,7 @@ Seiko Epson Color Ink Jet Printers.")
postfix-configuration
make-postfix-configuration
postfix-configuration?
- (postfix postfix-configuration-postfix (default postfix))
+ (postfix postfix-configuration-postfix (default queue:postfix))
(set-sendmail? postfix-configuration-set-sendmail? (default #t))
(master.cf-file postfix-configuration-master.cf-file (default #f))
(main.cf-file postfix-configuration-main.cf-file (default #f))