sys-config/homeManagerModules/cliPrograms/bun.nix
2024-06-11 23:59:03 +02:00

6 lines
No EOL
88 B
Nix

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