mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-09 15:59:46 +01:00
Added blueman
This commit is contained in:
parent
86532363a8
commit
dbc2ec790c
@ -12,6 +12,19 @@
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
};
|
||||
pulse = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Flatpak
|
||||
#services = {
|
||||
# flatpak = {
|
||||
|
||||
@ -9,6 +9,8 @@
|
||||
Policy = {
|
||||
AutoEnable = true;
|
||||
};
|
||||
}:
|
||||
};
|
||||
};
|
||||
|
||||
services.blueman.enable = true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user