higher pulseaudio nice

This commit is contained in:
Cyryl Płotnicki 2020-05-10 08:45:21 +01:00
parent ba100a2219
commit a798f81cc1
2 changed files with 5 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
(import ./programs/genpass.nix {}) gdb lldb
wget git gnupg curl tmux htop atop pciutils powertop ripgrep-all fd dnsutils du-dust wget git gnupg curl tmux htop atop pciutils powertop ripgrep-all fd dnsutils du-dust
( pass.withExtensions (ext: [ ext.pass-otp ext.pass-import ext.pass-genphrase ext.pass-audit ext.pass-update ])) ( pass.withExtensions (ext: [ ext.pass-otp ext.pass-import ext.pass-genphrase ext.pass-audit ext.pass-update ]))
hsetroot lm_sensors hsetroot lm_sensors

View file

@ -14,6 +14,10 @@
package = pkgs.pulseaudioFull; package = pkgs.pulseaudioFull;
support32Bit = true; support32Bit = true;
extraModules = [ pkgs.pulseaudio-modules-bt ]; extraModules = [ pkgs.pulseaudio-modules-bt ];
daemon.config = {
nice-level= -15;
realtime-scheduling = "yes";
};
}; };
hardware.u2f.enable = true; hardware.u2f.enable = true;