From dba1aa8ca668cfc9f8f5e99b98fdbf3c67fdc45e Mon Sep 17 00:00:00 2001 From: anemofilia Date: Sun, 27 Aug 2023 18:47:12 -0300 Subject: [PATCH] style: remove unecessary module imports from system declaration --- buer.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/buer.scm b/buer.scm index 464bb11..880e1ab 100644 --- a/buer.scm +++ b/buer.scm @@ -1,9 +1,7 @@ #|Modules|# (use-modules #|GNU |# (gnu) - (gnu services) - #|Guix |# (guix gexp) - #|Misc |# (ice-9 match) + #|Guix |# (guix) #|Radix|# (radix artwork) (radix packages linux) (radix packages text-editors) @@ -14,9 +12,6 @@ ((radix files doas) #:prefix file:doas-) ((radix files thinkfan) #:prefix file:thinkfan-)) -(use-system-modules - #|N|# nss) - (use-service-modules #|A|# admin avahi #|D|# desktop