fix: thefuck
not working due to python issues
moving `thefuck` to `programs` rather than a package
This commit is contained in:
parent
9fb1e280db
commit
6fbedd7d5c
4
zsh.nix
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user