fix thefuck

This commit is contained in:
Vinzenz Schroeter 2025-03-15 11:27:22 +01:00
parent 7153f0836a
commit f343ae1170
2 changed files with 5 additions and 1 deletions

View file

@ -26,6 +26,11 @@ inputs@{ pkgs, ... }:
"--header" "--header"
]; ];
}; };
thefuck = {
enable = true;
enableZshIntegration = true;
};
}; };
editorconfig = import ./editorconfig.nix; editorconfig = import ./editorconfig.nix;

View file

@ -36,7 +36,6 @@
"dotnet" "dotnet"
"rust" "rust"
"tailscale" "tailscale"
"thefuck"
]; ];
}; };
} }