mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-18 04:53:03 +01:00
personal-gui: Allow terminal fonts to be floating numbers
This commit is contained in:
parent
b52ea25b7c
commit
351cdc3afd
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ in {
|
|||
};
|
||||
font = {
|
||||
size = mkOption {
|
||||
type = types.int;
|
||||
type = types.number;
|
||||
default = 12;
|
||||
description = "terminal font size";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue