From 4dee5a93869ecd1092ab825350446f35af42be2e Mon Sep 17 00:00:00 2001 From: triethyl Date: Sun, 15 Mar 2026 21:42:24 -0400 Subject: home-manager: added cli utils bundle --- home-manager/features/cli/bundles/utils.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/features/cli/bundles/utils.nix b/home-manager/features/cli/bundles/utils.nix index cf27a76..8ac4f70 100644 --- a/home-manager/features/cli/bundles/utils.nix +++ b/home-manager/features/cli/bundles/utils.nix @@ -1,5 +1,5 @@ {config, lib, pkgs, ...}: let - cfg = config.features.gui.bundles.utils; + cfg = config.features.cli.bundles.utils; in { options.features.cli.bundles.utils.enable = lib.mkEnableOption "the utils bundle"; config = lib.mkIf cfg.enable { -- cgit v1.2.3