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";
|
||||
|
||||
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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -19,7 +19,7 @@
|
||||
];
|
||||
|
||||
fonts.fontconfig.defaultFonts.sansSerif = [
|
||||
"Segoe UI"
|
||||
"SF Pro Text"
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
Loading…
x
Reference in New Issue
Block a user