diff options
| author | seth <[email protected]> | 2023-02-20 15:06:56 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-20 15:09:41 -0500 |
| commit | c29ebfedcad3ef36557608926aeea68d3106157c (patch) | |
| tree | 74dd0e357ccf1f87f0725a8ad7f3842f2b13c7fb /users/seth/shell/fish.nix | |
| parent | 62489eb982d1343a104782337a33305368afacc7 (diff) | |
switch back to fish
i don't know why i have to do this but it works so :shurg:
Diffstat (limited to 'users/seth/shell/fish.nix')
| -rw-r--r-- | users/seth/shell/fish.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
