mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +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