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 +++--- izumi.org | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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)))))))))) diff --git a/izumi.org b/izumi.org index ee4c904..4464eef 100644 --- a/izumi.org +++ b/izumi.org @@ -728,7 +728,8 @@ gnupg gnome-tweaks noweb - pinentry)) + pinentry + pwgen)) (services (append <> @@ -834,8 +835,7 @@ `("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)))))) #+END_SRC * [[https://www.leonrische.me/fc/][Emacs-Org-FC-TN]] -- cgit v1.2.3