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.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" = [
|
||||||
|
|
|
@ -10,6 +10,8 @@
|
||||||
discord
|
discord
|
||||||
bitwarden
|
bitwarden
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
|
signal-desktop
|
||||||
|
spotify
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Reference in a new issue