From b2922a1fef66c1ba9e44c11a2f6316007234dab2 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 31 Jan 2023 19:36:57 -0500 Subject: add standalone hm option --- users/seth/shell/fish.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'users/seth/shell/fish.nix') 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"; -- cgit v1.2.3