hyprland: use Adwaita Sans font
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m26s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m26s
This commit is contained in:
@ -227,7 +227,7 @@ in
|
||||
};
|
||||
|
||||
fonts.fontconfig.defaultFonts.sansSerif = [
|
||||
"SF Pro Text"
|
||||
"Adwaita Sans"
|
||||
];
|
||||
|
||||
xdg.configFile = mkIf osConfig.programs.hyprland.withUWSM {
|
||||
@ -260,8 +260,8 @@ in
|
||||
|
||||
fonts = {
|
||||
sansSerif = {
|
||||
name = "SF Pro Text";
|
||||
package = pkgs.sf-pro;
|
||||
name = "Adwaita Sans";
|
||||
package = pkgs.adwaita-fonts;
|
||||
};
|
||||
emoji = {
|
||||
name = "Apple Color Emoji";
|
||||
|
Reference in New Issue
Block a user