sys-config/homeManagerModules/cliPrograms/bun.nix

7 lines
89 B
Nix

{ ... }:
{
programs.bun = {
enable = true;
enableGitIntegration = true;
};
}