mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +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 = {
|
||||
monospace = {
|
||||
package = pkgs.nerd-fonts.mononoki;
|
||||
name = "Mononoki Nerd Font";
|
||||
package = pkgs.nerd-fonts.commit-mono;
|
||||
name = "CommitMono Nerd Font";
|
||||
};
|
||||
emoji = {
|
||||
package = pkgs.noto-fonts-emoji;
|
||||
|
|
@ -39,6 +39,10 @@ in {
|
|||
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