Skip to content

Commit

Permalink
revise fonts
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Apr 10, 2024
1 parent fe4da39 commit 2dc4388
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
76 changes: 38 additions & 38 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions home-manager/personalities/desktop/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
fontProfiles = {
enable = true;
monospace = {
family = "JetBrains Mono Nerd Font";
package = pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; };
family = "MonaspiceKr Nerd Font Mono";
package = pkgs.nerdfonts.override { fonts = [ "Monaspace" ]; };
};
regular = {
family = "Fira Sans";
package = pkgs.fira;
family = "Noto Sans";
package = pkgs.noto-fonts;
};
};
}

0 comments on commit 2dc4388

Please sign in to comment.