fix: temporarily disable thefuck until the pythong issue is resolved

This commit is contained in:
Jiří Štefka 2024-03-04 13:44:41 +01:00
parent 32fc80e83e
commit 0d346893b2
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

10
zsh.nix

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