Fix broken fonts
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
enable = true;
|
||||
protonmail = true;
|
||||
matrix = true;
|
||||
gtk = false;
|
||||
|
||||
sway = {
|
||||
enable = true;
|
||||
|
||||
@@ -17,7 +17,7 @@ in
|
||||
package = pkgs.phinger-cursors;
|
||||
};
|
||||
iconTheme = {
|
||||
name = "awaida-dark";
|
||||
name = "awaidta-dark";
|
||||
package = pkgs.gnome.adwaita-icon-theme;
|
||||
};
|
||||
theme = {
|
||||
|
||||
@@ -95,11 +95,24 @@ in
|
||||
services.gnome.gnome-keyring.enable = mkIf cfg.secrets true;
|
||||
services.dbus.packages = mkIf cfg.secrets [ pkgs.gnome.seahorse ];
|
||||
|
||||
xdg.portal.wlr.enable = true;
|
||||
xdg.portal.config.common = [ "wlr" "gtk" ];
|
||||
programs.thunar.enable = true;
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
font-awesome
|
||||
];
|
||||
fonts = {
|
||||
packages = with pkgs; [
|
||||
liberation_ttf
|
||||
ubuntu_font_family
|
||||
font-awesome
|
||||
vazir-fonts
|
||||
];
|
||||
fontconfig = {
|
||||
|
||||
defaultFonts = {
|
||||
serif = [ "Liberation Serif" "Vazirmatn" ];
|
||||
sansSerif = [ "Ubuntu" "Vazirmatn" ];
|
||||
monospace = [ "Ubuntu Mono" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user