diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-15 21:42:24 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-15 21:42:24 -0400 |
| commit | 4dee5a93869ecd1092ab825350446f35af42be2e (patch) | |
| tree | 32cd4f58ddeb7c70632624804ac4b602b2faf6fd /home-manager | |
| parent | fdabfe750c355b11d2fa454603d0800bd23053cd (diff) | |
home-manager: added cli utils bundle
Diffstat (limited to 'home-manager')
| -rw-r--r-- | home-manager/features/cli/bundles/utils.nix | 2 |
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 { |
