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";
cursor = {
name = "Adwaita";
package = pkgs.adwaita-icon-theme;
name = "macOS";
package = pkgs.apple-cursor;
};
fonts = {
sansSerif = {
name = "Segoe UI";
package = pkgs.segoe-ui-ttf;
name = "SF Pro Text";
package = pkgs.sf-pro;
};
};
};

View File

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