mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(home): firefox, themes, waybar, ...
This commit is contained in:
parent
5411cb3963
commit
f9c9ce19b8
5 changed files with 6 additions and 42 deletions
|
|
@ -38,15 +38,15 @@ let cfg = config.kw.theme; in
|
|||
font = {
|
||||
name = mkOption {
|
||||
type = types.str;
|
||||
default = "Iosevka SS10";
|
||||
default = "Iosevka Nerd Font";
|
||||
};
|
||||
termName = mkOption {
|
||||
type = types.str;
|
||||
default = "Iosevka Term SS10";
|
||||
default = "Iosevka Nerd Font";
|
||||
};
|
||||
size = mkOption {
|
||||
type = types.float;
|
||||
default = 9.0;
|
||||
default = 10.0;
|
||||
};
|
||||
size_css = mkOption {
|
||||
type = types.str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue