mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 06:54:25 +01:00
Restructure the idlelock exception
This commit is contained in:
parent
759979860f
commit
8ca2e82d62
3 changed files with 15 additions and 15 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [./default.nix];
|
||||
|
|
@ -20,5 +21,7 @@
|
|||
--replace "5000" "16"
|
||||
'';
|
||||
};
|
||||
|
||||
services.hypridle.beforeSleepCmd = lib.mkForce "";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue