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 { programs.fish = {
enable = false; enable = true;
#shellInit = lib.concatMapStrings (x: "\n" + x) [
# "eval $(thefuck --alias)"
#];
plugins = [ plugins = [
# Enable a plugin (here grc for colorized command output) from nixpkgs # Enable a plugin (here grc for colorized command output) from nixpkgs