move bluetooth programs to bluetooth.nix

This commit is contained in:
Charlie Root 2024-10-14 15:40:26 +02:00
commit cce823ad58
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
2 changed files with 1 additions and 3 deletions

View file

@ -17,6 +17,7 @@ in {
home-manager.users.${username}.home.packages = with pkgs; [
bluetuith
bluez
blueman
];
};
}