Added blueman

This commit is contained in:
Alexandre 2026-03-05 22:31:31 +01:00
parent 86532363a8
commit dbc2ec790c
2 changed files with 16 additions and 1 deletions

View File

@ -12,6 +12,19 @@
};
};
services = {
pipewire = {
enable = true;
alsa = {
enable = true;
support32Bit = true;
};
pulse = {
enable = true;
};
};
};
# Flatpak
#services = {
# flatpak = {

View File

@ -9,6 +9,8 @@
Policy = {
AutoEnable = true;
};
}:
};
};
services.blueman.enable = true;
}