From 1d7b04a71c7222153ffa9cd48f73b51ea72204d1 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 18 Feb 2023 05:13:27 -0500 Subject: major refactor - `mkHost` now accepts an optional `specialArgs` argument to be passed to `nixosSystem()` - the `modules` argument for `mkHMUser` is now optional --- users/seth/shell/fish.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'users/seth/shell/fish.nix') 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"; -- cgit v1.2.3