Skip to content

Commit

Permalink
fix(nix): nerdfonts
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Jan 22, 2025
1 parent 588ee96 commit 5f520c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/darkstar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# https://github.com/ryanoasis/nerd-fonts/releases/download/v3.1.1/JetBrainsMono.zip
fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
nerd-fonts.jetbrains-mono
];

virtualisation = {
Expand Down

0 comments on commit 5f520c6

Please sign in to comment.