Compare commits

..

No commits in common. "3566c001f6790fe1e4a4d1471b8f57eb7bb0e153" and "6618960b0d970e8171f930ae3f1912e0c5ab1d3e" have entirely different histories.

3 changed files with 9 additions and 6 deletions

View File

@ -8,14 +8,18 @@ in {
# Enable ALSA
sound.enable = true;
# Configure PulseAudio with mopidy tweaks
hardware.pulseaudio = {
# Configure pipewire as sound server
services.pipewire = {
enable = true;
tcp = {
alsa = {
enable = true;
anonymousClients.allowedIpRanges = [ "127.0.0.1" ];
support32Bit = true;
};
pulse.enable = true;
jack.enable = true;
media-session.enable = true;
};
security.rtkit.enable = true;
# Set up Mopidy
services.mopidy = {

View File

@ -123,8 +123,6 @@ in {
programs.browserpass.enable = true;
# Enable WebRTC screensharing
services.pipewire.enable = true;
xdg.portal = {
enable = true;
extraPortals = with pkgs; [ xdg-desktop-portal-wlr ];

View File

@ -65,6 +65,7 @@
transmission-gtk
youtube-dl-light
calibre
ardour
# File management
zip
unzip