fix: temporarily disable thefuck
until the pythong issue is resolved
This commit is contained in:
parent
32fc80e83e
commit
0d346893b2
10
zsh.nix
10
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user