Files
nixos-config/profiles/base/home-manager/mise.nix
Christoph Schmatzler c97e7d16e4 up
2025-08-07 16:20:19 +02:00

8 lines
115 B
Nix

{
programs.mise = {
enable = true;
enableFishIntegration = true;
enableZshIntegration = true;
};
}