From 028ce7ef740aafe38be4f7521d756bc7d979f429 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Fri, 23 Dec 2022 21:15:28 +0100 Subject: [PATCH] [home] Simplify imports. --- home.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/home.scm b/home.scm index fa4a80a..7672ee2 100644 --- a/home.scm +++ b/home.scm @@ -5,11 +5,7 @@ (use-modules (conf home bash) (conf home desktop) - (conf home emacs) - (gnu home services) - (gnu packages base) - (guix gexp) - (guix packages)) + (conf home emacs)) (home-environment (packages (list)) -- 2.39.5