mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-14 21:11:08 +01:00
i3/sway: support str type for font size
This commit is contained in:
parent
7d569851e9
commit
127ccc3eb7
4 changed files with 43 additions and 8 deletions
|
|
@ -31,7 +31,7 @@ let
|
|||
};
|
||||
|
||||
size = mkOption {
|
||||
type = types.float;
|
||||
type = types.either types.float types.str;
|
||||
default = 8.0;
|
||||
description = ''
|
||||
The font size to use for window titles.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue