1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

Use cantarell

This commit is contained in:
Kierán Meinhardt
2019-01-02 00:10:53 +01:00
parent e73e72dfd5
commit 4042d1ebeb
2 changed files with 2 additions and 2 deletions

View File

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