diff --git a/home/rofi.nix b/home/rofi.nix index 0fb4b3f..720e058 100644 --- a/home/rofi.nix +++ b/home/rofi.nix @@ -23,6 +23,7 @@ me-accept-entry = "MousePrimary"; }; + # Based on Newman Sánchez's Launchpad theme theme = let inherit (config.lib.formats.rasi) mkLiteral; in with config.lib.stylix.colors; lib.mkForce { "*" = { font = "Noto Sans CJK JP Bold 12"; diff --git a/modules/pipewire.nix b/modules/pipewire.nix index b882e00..656111f 100644 --- a/modules/pipewire.nix +++ b/modules/pipewire.nix @@ -24,6 +24,7 @@ in security.rtkit.enable = true; + # Based on Mihai Fufezan's pipewireLowLatency.nix environment.etc = { "pipewire/pipewire.d/99-lowlatency.conf".source = json.generate "99-lowlatency.conf" { context.properties.default.clock.min-quantum = quantum;