xlock: Add option
This commit is contained in:
parent
c7c2c89f15
commit
14f7199d65
6 changed files with 16 additions and 8 deletions
|
@ -43,6 +43,11 @@
|
|||
prose = lib.mkEnableOption "Writing stuff";
|
||||
python = lib.mkEnableOption "Python dev stuff";
|
||||
};
|
||||
hooks.lock = lib.mkOption {
|
||||
type = lib.types.lines;
|
||||
default = "";
|
||||
description = "Bash commands to execute on locking the session.";
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue