From da90a2fbb48a4be0955eaeef93c27e0eefb6901b Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 30 Jan 2024 23:22:32 +0100 Subject: Move channels.scm to the top-level This file is going to collect all channel definitions, independent of any deployment variables. Also, update the missed "secrets" name in .guix-channel . --- systems/izumi/home-configuration.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems/izumi/home-configuration.scm') diff --git a/systems/izumi/home-configuration.scm b/systems/izumi/home-configuration.scm index d0441d2..07b39eb 100644 --- a/systems/izumi/home-configuration.scm +++ b/systems/izumi/home-configuration.scm @@ -3,7 +3,7 @@ ( add-to-load-path "/home/marek/src/channel/" ) (use-modules - ( systems izumi channels ) + ( channels ) (gnu home) (gnu home services shells) (gnu packages) -- cgit v1.2.3