summaryrefslogtreecommitdiff
path: root/users/seth/shell/fish.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-31 19:36:57 -0500
committerseth <[email protected]>2023-01-31 20:21:24 -0500
commitb2922a1fef66c1ba9e44c11a2f6316007234dab2 (patch)
treef799c8ba37a8ee8040a35bf4bfd28248af9f8b49 /users/seth/shell/fish.nix
parentf1b987d82e11a2c3988902acebee2f0d8e454295 (diff)
add standalone hm option
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";