From 04e6bc3c5c99d6a99f17cfa5f69f34fe8941aee2 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 11 Mar 2026 21:06:44 +0900 Subject: hst: expose scheduling policy This is primarily useful for poorly written music players for now. Signed-off-by: Ophestra --- nixos.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos.nix') diff --git a/nixos.nix b/nixos.nix index 800c81e3..926a1d2a 100644 --- a/nixos.nix +++ b/nixos.nix @@ -139,6 +139,7 @@ in inherit (app) identity groups enablements; inherit (dbusConfig) session_bus system_bus; direct_wayland = app.insecureWayland; + sched_policy = app.schedPolicy; container = { inherit (app) -- cgit v1.3.1