From eb6189e51c8e70d68504fa77ca19cb4279133160 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 31 Aug 2023 19:04:57 -0400 Subject: [PATCH] meta: Reference original sources for non-trivial code --- home/rofi.nix | 1 + modules/pipewire.nix | 1 + 2 files changed, 2 insertions(+) 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;