{ config, pkgs, lib, ... }: { programs.mise = { enable = true; enableFishIntegration = true; globalConfig = { tools = { node = "lts"; }; }; }; }