feat(thefuck): add thefuck
This commit is contained in:
parent
1d1e2110dc
commit
ea899756cc
3 changed files with 4 additions and 1 deletions
3
users/modules/programs/thefuck.nix
Normal file
3
users/modules/programs/thefuck.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
programs.thefuck.enable = true;
|
||||||
|
}
|
|
@ -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;
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
aichat # duh
|
aichat # duh
|
||||||
ripgrep
|
ripgrep
|
||||||
devenv
|
devenv
|
||||||
thefuck
|
|
||||||
bat
|
bat
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue