mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Change font to commit-mono
This commit is contained in:
parent
c12551ee6a
commit
66e189b476
1 changed files with 7 additions and 3 deletions
|
|
@ -28,8 +28,8 @@ in {
|
||||||
|
|
||||||
stylix.fonts = {
|
stylix.fonts = {
|
||||||
monospace = {
|
monospace = {
|
||||||
package = pkgs.nerd-fonts.mononoki;
|
package = pkgs.nerd-fonts.commit-mono;
|
||||||
name = "Mononoki Nerd Font";
|
name = "CommitMono Nerd Font";
|
||||||
};
|
};
|
||||||
emoji = {
|
emoji = {
|
||||||
package = pkgs.noto-fonts-emoji;
|
package = pkgs.noto-fonts-emoji;
|
||||||
|
|
@ -39,6 +39,10 @@ in {
|
||||||
sansSerif = config.stylix.fonts.monospace;
|
sansSerif = config.stylix.fonts.monospace;
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.packages = with pkgs; [ openmoji-color mononoki nerd-fonts.mononoki ];
|
fonts.packages = with pkgs; [
|
||||||
|
openmoji-color
|
||||||
|
commit-mono
|
||||||
|
nerd-fonts.commit-mono
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue