Compare commits

..

No commits in common. "ef7c1de49a969ffd7d9ff5896b3670a36c93e0ea" and "ff5a54107128e0ec8155db5347faebc1ffd7544b" have entirely different histories.

3 changed files with 0 additions and 49 deletions

View file

@ -1,6 +0,0 @@
# Enable the visualiser in ncmpcpp
self: super: {
ncmpcpp = super.ncmpcpp.override {
visualizerSupport = true;
};
}

View file

@ -1,12 +0,0 @@
# NixOps configuration for the hosts running a TURN server (coturn)
{
config,
pkgs,
lib,
...
}: {
networking = {
enableIPv6 = true;
tempAddresses = "disabled";
};
}

View file

@ -1,31 +0,0 @@
# Common configuration for pipewire on MIO desktops
{
config,
pkgs,
...
}: {
security.rtkit.enable = true;
services = {
pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
};
};
environment.etc = {
"wireplumber/bluetooth.lua.d/51-bluez-config.lua".text = ''
bluez_monitor.properties = {
["bluez5.enable-sbc-xq"] = true,
["bluez5.enable-msbc"] = true,
["bluez5.enable-hw-volume"] = true,
["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]"
}
'';
};
hardware.pulseaudio.enable = false;
sound.enable = true; # Enable sound.
}