1
0
Fork 0

home-manager: add bash_completion for darwin

This commit is contained in:
Pratham Patel 2024-02-19 10:12:50 +05:30
parent 5f05c5d36a
commit 64cc9219f3
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,14 @@
".profile".enable = false;
};
xdg.dataFile = {
"nix-bash/bash_completion.sh" = {
enable = true;
executable = true;
source = "${pkgs.bash-completion}/etc/profile.d/bash_completion.sh";
};
};
targets.darwin = {
currentHostDefaults = {
"com.apple.controlcenter".BatteryShowPercentage = true;