summaryrefslogtreecommitdiff
path: root/users/seth/module/shell/fish.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/module/shell/fish.nix')
-rw-r--r--users/seth/module/shell/fish.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/seth/module/shell/fish.nix b/users/seth/module/shell/fish.nix
index a349dfa..0b37273 100644
--- a/users/seth/module/shell/fish.nix
+++ b/users/seth/module/shell/fish.nix
@@ -7,7 +7,7 @@
cfg = config.seth.shell.fish;
in {
options.seth.shell.fish = {
- enable = lib.mkEnableOption "Fish configuration" // {default = true;};
+ enable = lib.mkEnableOption "Fish configuration" // {default = config.seth.enable;};
withPlugins = lib.mkEnableOption "Fish plugins" // {default = true;};
};