summaryrefslogtreecommitdiff
path: root/home-manager
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-03-15 21:42:24 -0400
committertriethyl <triethylammonium@pm.me>2026-03-15 21:42:24 -0400
commit4dee5a93869ecd1092ab825350446f35af42be2e (patch)
tree32cd4f58ddeb7c70632624804ac4b602b2faf6fd /home-manager
parentfdabfe750c355b11d2fa454603d0800bd23053cd (diff)
home-manager: added cli utils bundle
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/features/cli/bundles/utils.nix2
1 files changed, 1 insertions, 1 deletions
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 {