From ab1e8fad66edfd94a5bd8e38c5e43dd67acdfeb6 Mon Sep 17 00:00:00 2001 From: shimun Date: Thu, 8 Dec 2022 11:02:15 +0100 Subject: [PATCH] fix: topLevel imports --- modules/home-manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager.nix b/modules/home-manager.nix index 4776080..8de5f58 100644 --- a/modules/home-manager.nix +++ b/modules/home-manager.nix @@ -2,7 +2,7 @@ cfg = config.services.ssh-cert-dist; in { - config.imports = [ + imports = [ ./options.nix ]; config.systemd.user.services = mkIf cfg.enable (mapAttrs'