From e89fc4a3f696b27db2d359a0b45d312b368dc3cd Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 7 Oct 2024 11:25:11 +0200 Subject: refactor(izumi): consolidate SHELLS-MODULES --- systems/izumi/izumi.org | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'systems/izumi') diff --git a/systems/izumi/izumi.org b/systems/izumi/izumi.org index 99c3f29..03da45e 100644 --- a/systems/izumi/izumi.org +++ b/systems/izumi/izumi.org @@ -339,7 +339,9 @@ (use-package-modules base emacs-xyz gawk) <> - <> + (use-modules + (gnu home services shells) + (gnu services)) (home-environment (packages (map specification->package+output (list "dconf-editor" @@ -532,12 +534,3 @@ (local-file "home-files/git-ignore.conf")))) #+END_SRC -*** [[https://guix.gnu.org/manual/en/html_node/Shells-Home-Services.html][13.3.2 Shells]] - -#+NAME: SHELLS-MODULES -#+BEGIN_SRC scheme - (use-modules - (gnu home services shells) - (gnu services)) -#+END_SRC - -- cgit v1.2.3