diff --git a/home/shell/fish/default.nix b/home/shell/fish/default.nix index f59e624..836072f 100644 --- a/home/shell/fish/default.nix +++ b/home/shell/fish/default.nix @@ -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