mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-31 17:37:25 +02:00
personal-gui: Make font size overridable by hostconfig
This commit is contained in:
parent
c00488836d
commit
7ee9325685
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
};
|
||||
font = {
|
||||
family = "Hack Nerd Font Mono";
|
||||
size = 10;
|
||||
size = lib.mkDefault 10;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue