diff --git a/machines/universedesktop/configuration.nix b/machines/universedesktop/configuration.nix index 26aa202..cce2b72 100644 --- a/machines/universedesktop/configuration.nix +++ b/machines/universedesktop/configuration.nix @@ -120,31 +120,33 @@ alsa.support32Bit = true; pulse.enable = true; # If you want to use JACK applications, uncomment this - jack.enable = true; + # jack.enable = true; }; - # services.pipewire = { - # config.pipewire = { - # "context.properties" = { - # #"link.max-buffers" = 64; - # "link.max-buffers" = 16; # version < 3 clients can't handle more than this - # "log.level" = 2; # https://docs.pipewire.org/page_daemon.html - # #"default.clock.rate" = 48000; - # #"default.clock.quantum" = 1024; - # #"default.clock.min-quantum" = 32; - # #"default.clock.max-quantum" = 8192; - # }; - # }; - # }; - # environment.etc = { - # "wireplumber/bluetooth.lua.d/52-bluez-config.lua".text = '' - # bluez_monitor.properties = { - # ["bluez5.enable-sbc-xq"] = true, - # ["bluez5.enable-msbc"] = true, - # ["bluez5.enable-hw-volume"] = true, - # ["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]" - # ''; - # }; - +# services.pipewire.extraConfig.pipewire."92-low-latency" = { +# context.properties = { +# default.clock.rate = 48000; +# default.clock.quantum = 32; +# default.clock.min-quantum = 32; +# default.clock.max-quantum = 32; +# }; +# context.modules = [ +# { +# name = "libpipewire-module-protocol-pulse"; +# args = { +# pulse.min.req = "32/48000"; +# pulse.default.req = "32/48000"; +# pulse.max.req = "32/48000"; +# pulse.min.quantum = "32/48000"; +# pulse.max.quantum = "32/48000"; +# }; +# } +# ]; +# stream.properties = { +# node.latency = "32/48000"; +# resample.quality = 1; +# }; +# }; + # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; users.groups.net = {}; diff --git a/machines/universedesktop/programs/office.nix b/machines/universedesktop/programs/office.nix index a8408dd..8ce8973 100644 --- a/machines/universedesktop/programs/office.nix +++ b/machines/universedesktop/programs/office.nix @@ -2,7 +2,6 @@ environment.systemPackages = with pkgs; [ kitty me-emacs - rnix-lsp texlive.combined.scheme-full pandoc libreoffice-qt