stylix: use SF Pro font and apple-cursor
Some checks failed
Check flake / build-amd64-linux (push) Failing after 25s

This commit is contained in:
Jordan Holt 2025-04-14 22:13:48 +01:00
parent ed7829883d
commit 950715b6cb
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
2 changed files with 5 additions and 5 deletions

View File

@ -63,14 +63,14 @@
base16Scheme = "${pkgs.base16-schemes}/share/themes/colors.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/colors.yaml";
cursor = { cursor = {
name = "Adwaita"; name = "macOS";
package = pkgs.adwaita-icon-theme; package = pkgs.apple-cursor;
}; };
fonts = { fonts = {
sansSerif = { sansSerif = {
name = "Segoe UI"; name = "SF Pro Text";
package = pkgs.segoe-ui-ttf; package = pkgs.sf-pro;
}; };
}; };
}; };

View File

@ -19,7 +19,7 @@
]; ];
fonts.fontconfig.defaultFonts.sansSerif = [ fonts.fontconfig.defaultFonts.sansSerif = [
"Segoe UI" "SF Pro Text"
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [