Skip to content

Commit

Permalink
stylix: Fix fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Nov 25, 2024
1 parent bffa2ee commit f16f643
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nix/hosts/desktop/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@
fonts = {
sizes.terminal = 16;

serif = {
package = pkgs.source-sans-pro;
name = "Source Sans Pro";
};

sansSerif = {
package = pkgs.source-serif-pro;
name = "Source Serif Pro";
};

monospace = {
package = pkgs.source-code-pro;
name = "Source Code Pro";
Expand Down

0 comments on commit f16f643

Please sign in to comment.