1
0
Fork 0
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:
Alex S. 2024-10-02 10:38:08 -06:00 committed by GitHub
parent af95f7b7ec
commit 5cd9995215
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@ in {
};
order = mkOption {
type = types.str;
type = types.enum [ "above" "below" ];
default = "below";
example = "above";
description = ''