sys-config/homeManagerModules/cliPrograms/bun.nix
2024-07-03 23:20:22 +02:00

6 lines
89 B
Nix

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