fix thefuck
This commit is contained in:
parent
7153f0836a
commit
f343ae1170
|
@ -26,6 +26,11 @@ inputs@{ pkgs, ... }:
|
|||
"--header"
|
||||
];
|
||||
};
|
||||
|
||||
thefuck = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
|
||||
editorconfig = import ./editorconfig.nix;
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
"dotnet"
|
||||
"rust"
|
||||
"tailscale"
|
||||
"thefuck"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue