From f343ae11705e44d037cd654f6afcd427df74ef0a Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 15 Mar 2025 11:27:22 +0100 Subject: [PATCH] fix thefuck --- home/vinzenz/default.nix | 5 +++++ home/vinzenz/zsh.nix | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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" ]; }; }