Nerd fonts update

This commit is contained in:
2024-12-08 13:21:35 +01:00
parent 6f0c1f2ee0
commit dee20dad7e
3 changed files with 18 additions and 18 deletions

View File

@@ -68,7 +68,7 @@
};
fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "JetBrainsMono" "FiraCode" ]; })
nerd-fonts.jetbrains-mono
];
nixpkgs.config.allowUnfree = true;