From 6fbedd7d5c08e164e1c50606ed498f1a33729b65 Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Mon, 4 Mar 2024 13:26:29 +0100 Subject: [PATCH] fix: `thefuck` not working due to python issues moving `thefuck` to `programs` rather than a package --- zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh.nix b/zsh.nix index 88df276..6d6cfeb 100755 --- a/zsh.nix +++ b/zsh.nix @@ -1,5 +1,6 @@ { config, pkgs, lib, ... }: { + programs.thefuck.enable = true; programs.zsh = { enable = true; @@ -39,7 +40,7 @@ # source ~/.p10k-tty.zsh # fi - eval $(thefuck --alias) + # eval $(thefuck --alias) # Basic auto/tab complete: autoload -U compinit @@ -160,7 +161,6 @@ home.packages = with pkgs; [ tldr - thefuck lsd eza trash-cli