Skip to content

Commit

Permalink
fix: Move back from IBM Plex
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Dec 11, 2023
1 parent 955e7d9 commit e483ef5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/desktop/gnome/palenight.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
stylix.polarity = "dark";
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/material-palenight.yaml";
stylix.fonts = {
serif.package = pkgs.ibm-plex;
serif.name = "IBM Plex Serif";
serif.package = pkgs.dejavu_fonts;
serif.name = "DejaVu Serif";

sansSerif.package = pkgs.ibm-plex;
sansSerif.name = "IBM Plex Sans";
sansSerif.package = pkgs.fira;
sansSerif.name = "Fira Sans";

monospace.package = pkgs.jetbrains-mono;
monospace.name = "JetBrains Mono";
Expand Down

0 comments on commit e483ef5

Please sign in to comment.