simplifying kanata config

This commit is contained in:
2025-03-23 17:59:53 +01:00
parent 55ce423924
commit 5cc0b3f251
5 changed files with 46 additions and 60 deletions

View File

@@ -24,7 +24,7 @@ in {
config = mkIf cfg.enable {
systemd.services.scx = {
enable = true;
wantedBy = ["graphical.target"];
wantedBy = ["multi-user.target"];
unitConfig = {
Description = "Start scx_scheduler";
ConditionPathIsDirectory = "/sys/kernel/sched_ext";