1
0
forked from extern/nix-config

meta: Reference original sources for non-trivial code

This commit is contained in:
Donovan Glover 2023-08-31 19:04:57 -04:00
parent db6d262864
commit eb6189e51c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@
me-accept-entry = "MousePrimary";
};
# Based on Newman Sánchez's Launchpad theme <https://github.com/newmanls/rofi-themes-collection>
theme = let inherit (config.lib.formats.rasi) mkLiteral; in with config.lib.stylix.colors; lib.mkForce {
"*" = {
font = "Noto Sans CJK JP Bold 12";

View File

@ -24,6 +24,7 @@ in
security.rtkit.enable = true;
# Based on Mihai Fufezan's pipewireLowLatency.nix <https://github.com/fufexan/nix-gaming>
environment.etc = {
"pipewire/pipewire.d/99-lowlatency.conf".source = json.generate "99-lowlatency.conf" {
context.properties.default.clock.min-quantum = quantum;