Add system-ui customization
... and make the GTK apps use it
This commit is contained in:
parent
79d3deaac4
commit
38a1b1a889
2 changed files with 15 additions and 1 deletions
|
@ -115,7 +115,7 @@ in
|
|||
## GTK
|
||||
gtk.enable = true;
|
||||
gtk.cursorTheme = { inherit (config.home.pointerCursor) package name size; };
|
||||
gtk.font.name = "Noto Sans";
|
||||
gtk.font.name = "system-ui";
|
||||
gtk.font.size = 10;
|
||||
gtk.iconTheme = {
|
||||
package = pkgs.numix-icon-theme;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue