Skip to content

Commit

Permalink
Revert "Use iosevka"
Browse files Browse the repository at this point in the history
This reverts commit 6a6cf5a.
  • Loading branch information
simonrw committed Oct 3, 2024
1 parent 6a6cf5a commit 278cad9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions home/font.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ in {
me.font-name = mkOption {
type = types.enum [
"Fira Code"
"Iosevka"
"Hack"
"IBM Plex"
"JetBrains Mono"
Expand Down Expand Up @@ -66,7 +65,6 @@ in {
{
"Monaspace" = pkgs.monaspace;
"Noto Sans Mono" = pkgs.noto-fonts;
"Iosevka" = pkgs.iosevka;
}
.${cfg.font-name};

Expand Down
2 changes: 1 addition & 1 deletion home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ in {
me =
{
atuin.enable = false;
font-name = "Iosevka";
font-name = "JetBrains Mono";
font-style = "Semibold";
font-size =
if isLinux
Expand Down

0 comments on commit 278cad9

Please sign in to comment.