From 5d7792d3334ffd2b93360be89e46f5c882accb3f Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Tue, 5 Mar 2024 11:44:01 -0600 Subject: [PATCH] disable pipewire latency + langtool --- workstation/configuration.org | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/workstation/configuration.org b/workstation/configuration.org index 2bd6588..b989ff1 100644 --- a/workstation/configuration.org +++ b/workstation/configuration.org @@ -71,7 +71,7 @@ imports = [ # ./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