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, ... }: { config, pkgs, lib, ... }:
{ {
programs.thefuck.enable = true;
programs.zsh = { programs.zsh = {
enable = true; enable = true;
@ -39,7 +40,7 @@
# source ~/.p10k-tty.zsh # source ~/.p10k-tty.zsh
# fi # fi
eval $(thefuck --alias) # eval $(thefuck --alias)
# Basic auto/tab complete: # Basic auto/tab complete:
autoload -U compinit autoload -U compinit
@ -160,7 +161,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
tldr tldr
thefuck
lsd lsd
eza eza
trash-cli trash-cli