Clean up module exports and add module to allow Nix to use an SSH agent

This commit is contained in:
notgne2 2022-12-27 03:06:01 -07:00
parent 526b6532a5
commit fa1a81c7f4
No known key found for this signature in database
7 changed files with 81 additions and 77 deletions

View file

@ -33,12 +33,12 @@ in {
options = {
lockTime = mkOption {
type = types.int;
default = 300;
default = 600;
description = "Time until your screen locks";
};
offTime = mkOption {
type = types.int;
default = 600;
default = 900;
description = "Time until your screen turns off";
};
};