mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
nixos/budgie: Fix default fonts
Always install noto fonts and hack font.
This commit is contained in:
parent
1d3d0d6a89
commit
f7f3a3ec53
@ -159,7 +159,7 @@ in {
|
||||
++ cfg.sessionPath;
|
||||
|
||||
# Fonts.
|
||||
fonts.packages = mkDefault [
|
||||
fonts.packages = [
|
||||
pkgs.noto-fonts
|
||||
pkgs.hack-font
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user