i3: enable betterlockscreen

This commit is contained in:
Jez Cope 2022-07-25 21:57:14 +01:00
parent 1ec73e5bc8
commit 4d317b078e
1 changed files with 5 additions and 0 deletions

View File

@ -74,4 +74,9 @@ in {
};
};
};
services.betterlockscreen = {
enable = true;
inactiveInterval = 10;
};
}