fix: temporarily disable thefuck
until the pythong issue is resolved
This commit is contained in:
parent
32fc80e83e
commit
0d346893b2
1 changed files with 5 additions and 5 deletions
10
zsh.nix
10
zsh.nix
|
@ -1,10 +1,10 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
programs.thefuck = {
|
# programs.thefuck = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
enableZshIntegration = true;
|
# enableZshIntegration = true;
|
||||||
};
|
# };
|
||||||
|
#
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue