6 lines
No EOL
88 B
Nix
6 lines
No EOL
88 B
Nix
{ ... }: {
|
|
programs.bun = {
|
|
enable = true;
|
|
enableGitIntegration = true;
|
|
};
|
|
} |