mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
Use cantarell
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user