Skip to content

Commit

Permalink
Replace nix-on-droid font by VictorMono
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Oct 14, 2023
1 parent 808d3e4 commit dd56851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix-on-droid/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ in
terminal.font =
let
fontPackage = pkgs.nerdfonts.override {
fonts = [ "UbuntuMono" ];
fonts = [ "VictorMono" ];
};
fontPath = "/share/fonts/truetype/NerdFonts/UbuntuMonoNerdFont-Regular.ttf";
fontPath = "/share/fonts/truetype/NerdFonts/VictorMonoNerdFont-Regular.ttf";
in
fontPackage + fontPath;

Expand Down

0 comments on commit dd56851

Please sign in to comment.