nixos/budgie: Fix default fonts

Always install noto fonts and hack font.
This commit is contained in:
Bobby Rong
2024-03-15 07:56:02 +08:00
parent 1d3d0d6a89
commit f7f3a3ec53
@@ -159,7 +159,7 @@ in {
++ cfg.sessionPath;
# Fonts.
fonts.packages = mkDefault [
fonts.packages = [
pkgs.noto-fonts
pkgs.hack-font
];