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