From 9f6c62c99c617663f3cc8019bbb8e26ed819f973 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 14 Jan 2024 09:51:15 +0100 Subject: Fix position of pwgen installation declaration --- home-configuration.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home-configuration.scm') diff --git a/home-configuration.scm b/home-configuration.scm index d3dec78..8fb18fe 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -51,7 +51,8 @@ gnupg gnome-tweaks noweb - pinentry)) + pinentry + pwgen)) (services (append (list @@ -180,5 +181,4 @@ `("pull-guix" . ,pull-guix) `("reconfigure-home" . ,reconfigure-home) `("reconfigure-system" . ,reconfigure-system) - `("update-system" . ,update-system))))) - (simple-service packages home-profile-service-type (list pwgen))))))) + `("update-system" . ,update-system)))))))))) -- cgit v1.2.3