feat(options): add info.loc attrset for locations
This commit is contained in:
parent
24443d7bbd
commit
a322236785
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ in
|
|||
wm = mkInfoOpt;
|
||||
};
|
||||
stationary = mkBoolOpt false;
|
||||
loc = {
|
||||
home = mkBoolOpt config.info.stationary;
|
||||
};
|
||||
};
|
||||
|
||||
secrets = mkOpt (attrsOf path) { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue