added galaxy buds client, added tre-command + fish alias

This commit is contained in:
ooks-io 2023-08-07 15:04:24 +12:00
parent 254e8cedfe
commit ca13e9b5ee
5 changed files with 15 additions and 7 deletions

View file

@ -3,4 +3,7 @@
{
hardware.bluetooth.enable = true;
services.blueman.enable = true;
environment.systemPackages = [
pkgs.galaxy-buds-client
];
}