diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-23 19:50:18 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-23 19:50:18 +0200 |
| commit | 9d2fd64df0dc19b109499b232086b07d3e466a6b (patch) | |
| tree | 7a48bb03fb4fac4676df220ab5cb5be350764862 | |
| parent | modules/cleanup: Also disable the now useless nixos installer tools (diff) | |
| download | nixos-config-9d2fd64df0dc19b109499b232086b07d3e466a6b.zip | |
modules/atuin: Disable fish shell integration
That is already done via a rust code patch.
| -rw-r--r-- | modules/by-name/at/atuin/module.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/by-name/at/atuin/module.nix b/modules/by-name/at/atuin/module.nix index cfa10f71..81a97c26 100644 --- a/modules/by-name/at/atuin/module.nix +++ b/modules/by-name/at/atuin/module.nix @@ -52,8 +52,9 @@ in { daemon.enable = true; - # We can do this on our own. + # We can (and have to) do this on our own. enableZshIntegration = false; + enableFishIntegration = false; settings = { sync = lib.mkIf cfg.enableAge { |
