nixos/budgie: Fix default fonts

Always install noto fonts and hack font.
This commit is contained in:
Bobby Rong 2024-03-15 07:52:18 +08:00
parent 1d3d0d6a89
commit f7f3a3ec53
No known key found for this signature in database

View File

@ -159,7 +159,7 @@ in {
++ cfg.sessionPath;
# Fonts.
fonts.packages = mkDefault [
fonts.packages = [
pkgs.noto-fonts
pkgs.hack-font
];