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

@ -3,9 +3,6 @@
ladybird ladybird
alsa-utils alsa-utils
asciinema asciinema
blueman
bluetuith
bluez
cachix cachix
calc calc
calibre calibre

View file

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