fix: enable zsh integration for thefuck
This commit is contained in:
parent
6fbedd7d5c
commit
32fc80e83e
1 changed files with 5 additions and 1 deletions
6
zsh.nix
6
zsh.nix
|
@ -1,6 +1,10 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
programs.thefuck.enable = true;
|
||||
programs.thefuck = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue