forked from extern/nix-config
meta: Reference original sources for non-trivial code
This commit is contained in:
parent
db6d262864
commit
eb6189e51c
@ -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";
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user