feat: Added signal and spotify

This commit is contained in:
Patrick Großmann 2023-01-22 14:53:39 +01:00
parent 115e8b51c5
commit 5855252ff6
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 8 additions and 1 deletions

View file

@ -7,13 +7,18 @@
hardware.pulseaudio.enable = lib.mkForce false; hardware.pulseaudio.enable = lib.mkForce false;
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
hardware.bluetooth.settings = {
General = {
Enable = "Source,Sink,Media,Socket";
};
};
security.rtkit.enable = true; security.rtkit.enable = true;
services.pipewire = { services.pipewire = {
enable = true; enable = true;
alsa.enable = true; alsa.enable = true;
#jack.enable = true; jack.enable = true;
pulse.enable = true; pulse.enable = true;
config = { config = {
pipewire."context.properties"."default.clock.allowed-rates" = [ pipewire."context.properties"."default.clock.allowed-rates" = [

View file

@ -10,6 +10,8 @@
discord discord
bitwarden bitwarden
nextcloud-client nextcloud-client
signal-desktop
spotify
]; ];
}; };
imports = [ imports = [