From c29ebfedcad3ef36557608926aeea68d3106157c Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 20 Feb 2023 15:06:56 -0500 Subject: switch back to fish i don't know why i have to do this but it works so :shurg: --- users/seth/shell/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/seth/shell/fish.nix') diff --git a/users/seth/shell/fish.nix b/users/seth/shell/fish.nix index 1cfcac1..f00174f 100644 --- a/users/seth/shell/fish.nix +++ b/users/seth/shell/fish.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { programs.fish = { - enable = false; + enable = true; plugins = [ { name = "autopair-fish"; -- cgit v1.2.3