summaryrefslogtreecommitdiff
path: root/home-manager/features/cli/bundles/utils.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/features/cli/bundles/utils.nix')
-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 {