Skip to content

Commit

Permalink
feat(nixos): install jetbrains nerd font
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Mar 8, 2024
1 parent a6b0c1c commit 303dcc9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions machines/darkstar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@

networking.hostName = "darkstar";

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

virtualisation.docker.enable = true;
users.users.carlos.extraGroups = [ "docker" ];

Expand Down

0 comments on commit 303dcc9

Please sign in to comment.