mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
Update modules/services/jankyborders/default.nix
Co-authored-by: Michael Hoang <Enzime@users.noreply.github.com>
This commit is contained in:
parent
af95f7b7ec
commit
5cd9995215
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ in {
|
|||
};
|
||||
|
||||
order = mkOption {
|
||||
type = types.str;
|
||||
type = types.enum [ "above" "below" ];
|
||||
default = "below";
|
||||
example = "above";
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue