feat(thefuck): add thefuck

This commit is contained in:
Mohammad Rafiq 2025-03-17 18:35:43 +08:00
parent 1d1e2110dc
commit ea899756cc
No known key found for this signature in database
3 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,3 @@
{
programs.thefuck.enable = true;
}

View file

@ -11,6 +11,7 @@
./programs/yazi.nix ./programs/yazi.nix
./programs/zellij.nix ./programs/zellij.nix
./programs/zsh.nix ./programs/zsh.nix
./programs/thefuck.nix
./scripts ./scripts
]; ];
home.shell.enableShellIntegration = true; home.shell.enableShellIntegration = true;

View file

@ -5,7 +5,6 @@
aichat # duh aichat # duh
ripgrep ripgrep
devenv devenv
thefuck
bat bat
]; ];