stylix: use SF Pro font and apple-cursor
Some checks failed
Check flake / build-amd64-linux (push) Failing after 25s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 25s
This commit is contained in:
parent
ed7829883d
commit
950715b6cb
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -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; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user