diff options
Diffstat (limited to 'users/seth/shell/fish.nix')
| -rw-r--r-- | users/seth/shell/fish.nix | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/users/seth/shell/fish.nix b/users/seth/shell/fish.nix index 3345027..6c08684 100644 --- a/users/seth/shell/fish.nix +++ b/users/seth/shell/fish.nix @@ -1,10 +1,6 @@ -{ - config, - pkgs, - ... -}: { +{pkgs, ...}: { programs.fish = { - enable = !config.seth.standalone; + enable = true; plugins = [ { name = "autopair-fish"; |
