Merge pull request #296019 from bobby285271/upd/budgie

nixos/budgie: Fix default fonts
This commit is contained in:
Bobby Rong 2024-03-15 08:35:12 +08:00 committed by GitHub
commit 9254f99be6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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