From 0d346893b226b9b23e038c302ebf6beba4349d40 Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Mon, 4 Mar 2024 13:44:41 +0100 Subject: [PATCH] fix: temporarily disable `thefuck` until the pythong issue is resolved --- zsh.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zsh.nix b/zsh.nix index fe6f0ac..37e84a2 100755 --- a/zsh.nix +++ b/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;