disable pipewire latency + langtool
This commit is contained in:
parent
1077320fc9
commit
5d7792d333
@ -71,7 +71,7 @@ imports = [
|
||||
# <agenix/modules/age.nix>
|
||||
./fstab.nix
|
||||
(import "${home-manager}/nixos")
|
||||
nixGaming.nixosModules.pipewireLowLatency
|
||||
# nixGaming.nixosModules.pipewireLowLatency
|
||||
];
|
||||
#+end_src
|
||||
|
||||
@ -268,11 +268,11 @@ services.pipewire = {
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
lowLatency = {
|
||||
enable = true;
|
||||
quantum = 64;
|
||||
rate = 48000;
|
||||
};
|
||||
# lowLatency = {
|
||||
# enable = true;
|
||||
# quantum = 64;
|
||||
# rate = 48000;
|
||||
# };
|
||||
};
|
||||
hardware = {
|
||||
pulseaudio.enable = false;
|
||||
@ -599,7 +599,7 @@ Assorted development packages and libraries, categorized by languages.
|
||||
tree-sitter # code parsing based on symbols and shit, I do not get it
|
||||
graphviz # graphs
|
||||
tetex
|
||||
# languagetool # proofreader for English
|
||||
languagetool # proofreader for English
|
||||
# these two are for doom everywhere
|
||||
xorg.xwininfo
|
||||
xdotool
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user