diff --git a/services.nix b/services.nix index 96ad61e..ad4f210 100644 --- a/services.nix +++ b/services.nix @@ -83,6 +83,8 @@ in { type = "BG_CPUIO"; } { name = "X"; type = "LowLatency_RT"; } + { name = "htop"; + type = "LowLatency_RT"; } (ifEnable false { name = "hdapsd"; type = "LowLatency_RT"; sched = "fifo";