diff --git a/home/vinzenz/default.nix b/home/vinzenz/default.nix index 5352918..1ff08c4 100644 --- a/home/vinzenz/default.nix +++ b/home/vinzenz/default.nix @@ -26,6 +26,11 @@ inputs@{ pkgs, ... }: "--header" ]; }; + + thefuck = { + enable = true; + enableZshIntegration = true; + }; }; editorconfig = import ./editorconfig.nix; diff --git a/home/vinzenz/zsh.nix b/home/vinzenz/zsh.nix index 8290bf2..5ec9e83 100644 --- a/home/vinzenz/zsh.nix +++ b/home/vinzenz/zsh.nix @@ -36,7 +36,6 @@ "dotnet" "rust" "tailscale" - "thefuck" ]; }; }