disable pipewire latency + langtool

This commit is contained in:
Danilo Reyes 2024-03-05 11:44:01 -06:00
parent 1077320fc9
commit 5d7792d333

View File

@ -71,7 +71,7 @@ imports = [
# <agenix/modules/age.nix> # <agenix/modules/age.nix>
./fstab.nix ./fstab.nix
(import "${home-manager}/nixos") (import "${home-manager}/nixos")
nixGaming.nixosModules.pipewireLowLatency # nixGaming.nixosModules.pipewireLowLatency
]; ];
#+end_src #+end_src
@ -268,11 +268,11 @@ services.pipewire = {
alsa.enable = true; alsa.enable = true;
alsa.support32Bit = true; alsa.support32Bit = true;
pulse.enable = true; pulse.enable = true;
lowLatency = { # lowLatency = {
enable = true; # enable = true;
quantum = 64; # quantum = 64;
rate = 48000; # rate = 48000;
}; # };
}; };
hardware = { hardware = {
pulseaudio.enable = false; 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 tree-sitter # code parsing based on symbols and shit, I do not get it
graphviz # graphs graphviz # graphs
tetex tetex
# languagetool # proofreader for English languagetool # proofreader for English
# these two are for doom everywhere # these two are for doom everywhere
xorg.xwininfo xorg.xwininfo
xdotool xdotool