fix: enable zsh integration for thefuck

This commit is contained in:
Jiří Štefka 2024-03-04 13:33:50 +01:00
parent 6fbedd7d5c
commit 32fc80e83e
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

@ -1,6 +1,10 @@
{ config, pkgs, lib, ... }:
{
programs.thefuck.enable = true;
programs.thefuck = {
enable = true;
enableZshIntegration = true;
};
programs.zsh = {
enable = true;