1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 04:11:07 +01:00

Use default fonts

This commit is contained in:
Kierán Meinhardt
2019-01-04 16:36:52 +01:00
parent af03c7c915
commit 4cc6335050
3 changed files with 7 additions and 3 deletions

View File

@@ -64,7 +64,7 @@
home-manager.users.kfm = {
gtk = {
enable = true;
font = with import ../theme.nix; { package = pkgs.cantarell-fonts; name = uiFont.name; };
# font = with import ../theme.nix; { package = pkgs.noto-fonts; name = uiFont.name; };
iconTheme = config.constants.theme.icon;
theme = config.constants.theme.gtk;
};