fix: thefuck not working due to python issues

moving `thefuck` to `programs` rather than a package
This commit is contained in:
Jiří Štefka 2024-03-04 13:26:29 +01:00
parent 9fb1e280db
commit 6fbedd7d5c
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

@ -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