Add Idle Management configuration to Noctalia (one too many times I left it on the whole night!
+14
Diff
round #0
+14
modules/home-manager/noctalia/default.nix
+14
modules/home-manager/noctalia/default.nix
···
276
276
manualSunrise = "06:30";
277
277
manualSunset = "18:30";
278
278
};
279
+
idle = {
280
+
enable = true;
281
+
screenOffTimeout = 60;
282
+
lockTimeout = 60;
283
+
suspendTimeout = 240;
284
+
fadeDuration = 5;
285
+
screenOffCommand = "";
286
+
lockCommand = "";
287
+
suspendCommand = "";
288
+
resumeScreenOffCommand = "";
289
+
resumeLockCommand = "";
290
+
resumeSuspendCommand = "";
291
+
customCommands = [];
292
+
};
279
293
};
280
294
/*
281
295
colors = {
History
1 round
0 comments
raindropaurora.bsky.social
submitted
#0
1 commit
expand
collapse
feat(home-manager/noctalia): add idle mgmt
Add Idle Management configuration to Noctalia (one too many times I left it on the whole night!
merge conflicts detected
expand
collapse
expand
collapse
- modules/home-manager/noctalia/default.nix:276