feat: Added signal and spotify
This commit is contained in:
parent
115e8b51c5
commit
5855252ff6
|
@ -7,13 +7,18 @@
|
|||
|
||||
hardware.pulseaudio.enable = lib.mkForce false;
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.settings = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
};
|
||||
};
|
||||
|
||||
security.rtkit.enable = true;
|
||||
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
#jack.enable = true;
|
||||
jack.enable = true;
|
||||
pulse.enable = true;
|
||||
config = {
|
||||
pipewire."context.properties"."default.clock.allowed-rates" = [
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
discord
|
||||
bitwarden
|
||||
nextcloud-client
|
||||
signal-desktop
|
||||
spotify
|
||||
];
|
||||
};
|
||||
imports = [
|
||||
|
|
Loading…
Reference in a new issue