Enable fish shell and remove commented code

This commit is contained in:
panotaka
2023-11-27 10:20:54 -04:00
parent 55d3074f0d
commit f414f2d56b

View File

@@ -1,9 +1,6 @@
{
programs.fish = lib.mkForce {
enable = false;
#shellInit = lib.concatMapStrings (x: "\n" + x) [
# "eval $(thefuck --alias)"
#];
programs.fish = {
enable = true;
plugins = [
# Enable a plugin (here grc for colorized command output) from nixpkgs