Unified font size
This commit is contained in:
parent
e17323dde8
commit
75d48026fe
5 changed files with 16 additions and 14 deletions
|
|
@ -1,12 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
gtk = {
|
||||
gtk = with pkgs.rice; {
|
||||
enable = true;
|
||||
font = {
|
||||
package = pkgs.cantarell-fonts;
|
||||
name = "Cantarell";
|
||||
size = 9;
|
||||
};
|
||||
font = font.normal;
|
||||
iconTheme = {
|
||||
package = pkgs.qogir-icon-theme;
|
||||
name = "Qogir-dark";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue