diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-18 23:54:14 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-18 23:54:14 +0200 |
commit | 1aa42dfb03cdb2a328f01c44bcb9f3595ccd1ab1 (patch) | |
tree | 289b2ddfe756532f93c6bc50de06b7af65242e0a /modules | |
parent | fix(modules/atuin/secrets): Make encryption key shorter (diff) | |
download | nixos-config-1aa42dfb03cdb2a328f01c44bcb9f3595ccd1ab1.tar.gz nixos-config-1aa42dfb03cdb2a328f01c44bcb9f3595ccd1ab1.zip |
fix(modules/atuin): Avoid setting `common_subcommands`
This list already contained nix, and it should be better to follow upstreams changes here, instead of hardcoding it.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/by-name/at/atuin/module.nix | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/modules/by-name/at/atuin/module.nix b/modules/by-name/at/atuin/module.nix index 76f0df05..2ae6f791 100644 --- a/modules/by-name/at/atuin/module.nix +++ b/modules/by-name/at/atuin/module.nix @@ -53,31 +53,6 @@ in { update_check = false; stats = { - # Commands with subcommands - # This list contains the defaults plus `nix` - common_subcommands = [ - "apt" - "cargo" - "composer" - "dnf" - "docker" - "git" - "go" - "ip" - "kubectl" - "nix" - "nix" - "nmcli" - "npm" - "pecl" - "pnpm" - "podman" - "port" - "systemctl" - "tmux" - "yarn" - ]; - # This overrides the default value. ignored_commands = []; }; |