dev/base: install zeal on non-darwin
1 file changed, 4 insertions(+), 2 deletions(-)
M user/settings/development/base.nix → user/settings/development/base.nix
@@ -30,11 +30,13 @@ entr httping docker-compose - ] ++ lib.optionals stdenv.isDarwin [ + ] ++ (if stdenv.isDarwin then [ lima-bin colima docker-client - ]; + ] else [ + zeal + ]); home.sessionVariables = { FLY_NO_UPDATE_CHECK = "1";