Add thefuck.
This commit is contained in:
parent
3a73922657
commit
9299f2d31b
@ -1,4 +1,4 @@
|
|||||||
{ inputs, config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
# But we all know I love zsh
|
# But we all know I love zsh
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -100,4 +100,11 @@
|
|||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.thefuck = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [ nitch ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user