Temp fix for stylix setting qutebrowser font size wrong
This commit is contained in:
parent
ec76216d8d
commit
2a5a82afa7
|
@ -1,4 +1,8 @@
|
||||||
{...}: {
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
stylix.targets.qutebrowser.enable = true;
|
stylix.targets.qutebrowser.enable = true;
|
||||||
programs.qutebrowser = {
|
programs.qutebrowser = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -13,6 +17,9 @@
|
||||||
a = "https://search.atlas.engineer/searxng/search?q={}";
|
a = "https://search.atlas.engineer/searxng/search?q={}";
|
||||||
DEFAULT = a;
|
DEFAULT = a;
|
||||||
};
|
};
|
||||||
settings.tabs.tabs_are_windows = true;
|
settings = {
|
||||||
|
tabs.tabs_are_windows = true;
|
||||||
|
fonts.web.size.default = lib.mkForce config.stylix.fonts.sizes.applications; # Temp fix until stylix is updated
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue