style: setup qt and gtk styles, options and defaults
This commit is contained in:
parent
a8adac6ef9
commit
e67f293b73
4 changed files with 97 additions and 43 deletions
|
@ -20,4 +20,13 @@ in {
|
|||
corefonts
|
||||
]
|
||||
++ optional (extraFonts != null) extraFonts;
|
||||
# this fixes emoji stuff
|
||||
fontconfig = {
|
||||
defaultFonts = {
|
||||
monospace = ["ComicShannsMono Nerd Font" "Noto Color Emoji"];
|
||||
sansSerif = ["ComicShannsMono Nerd Font" "Noto Color Emoji"];
|
||||
serif = ["ComicShannsMono Nerd Font" "Noto Color Emoji"];
|
||||
emoji = ["Noto Color Emoji"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue