mirror of
https://github.com/zoriya/home-manager.git
synced 2026-06-03 10:56:58 +00:00
types: allow non-integer font sizes
This commit is contained in:
@@ -55,7 +55,7 @@ in rec {
|
||||
};
|
||||
|
||||
size = mkOption {
|
||||
type = types.nullOr types.int;
|
||||
type = types.nullOr types.number;
|
||||
default = null;
|
||||
example = "8";
|
||||
description = ''
|
||||
|
||||
Reference in New Issue
Block a user