install pavucontrol; fix pw.conf; updateMicrocode to true
This commit is contained in:
parent
f280227e5d
commit
24ea763f2a
3 changed files with 16 additions and 13 deletions
|
@ -84,6 +84,7 @@
|
||||||
jujutsu
|
jujutsu
|
||||||
ffmpeg
|
ffmpeg
|
||||||
typst
|
typst
|
||||||
|
pavucontrol
|
||||||
|
|
||||||
# reversing
|
# reversing
|
||||||
radare2
|
radare2
|
||||||
|
|
|
@ -127,18 +127,20 @@
|
||||||
};
|
};
|
||||||
# https://wiki.archlinux.org/title/Bluetooth_headset#Connecting_works,_sound_plays_fine_until_headphones_become_idle,_then_stutters
|
# https://wiki.archlinux.org/title/Bluetooth_headset#Connecting_works,_sound_plays_fine_until_headphones_become_idle,_then_stutters
|
||||||
wireplumber.extraConfig.disableSuspend = {
|
wireplumber.extraConfig.disableSuspend = {
|
||||||
"monitor.bluez.rules" = {
|
"monitor.bluez.rules" = [
|
||||||
matches = [
|
{
|
||||||
{
|
matches = [
|
||||||
"node.name" = "bluez_output.*";
|
{
|
||||||
}
|
"node.name" = "bluez_output.*";
|
||||||
];
|
}
|
||||||
};
|
];
|
||||||
actions = {
|
actions = {
|
||||||
update-props = {
|
update-props = {
|
||||||
"session.suspend-timeout-seconds" = 0;
|
"session.suspend-timeout-seconds" = 0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -82,5 +82,5 @@
|
||||||
# networking.interfaces.wlp2s0.useDHCP = lib.mkDefault true;
|
# networking.interfaces.wlp2s0.useDHCP = lib.mkDefault true;
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue