From 8edc00eba68282585872586f8037851ea23aae62 Mon Sep 17 00:00:00 2001 From: anemofilia Date: Mon, 7 Aug 2023 22:32:20 -0300 Subject: [PATCH] chore: remove imports of unused guile modules --- buer.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/buer.scm b/buer.scm index 62fb99f..ad02297 100644 --- a/buer.scm +++ b/buer.scm @@ -4,8 +4,6 @@ (gnu artwork) (gnu services) #|Guix |# (guix gexp) - (guix packages) - (guix records) #|Misc |# (ice-9 match) #|Radix|# (radix packages linux) (radix services linux) @@ -20,12 +18,10 @@ (use-service-modules #|A|# admin - #|C|# configuration #|D|# desktop - #|L|# linux #|M|# mcron #|N|# networking - #|S|# sound sysctl shepherd) + #|S|# sound sysctl) (use-package-modules #|A|# admin