Address code review feedback: improve comments for vm.max_map_count and nerd fonts
Co-authored-by: ragusa-it <196988693+ragusa-it@users.noreply.github.com>
This commit is contained in:
@@ -121,9 +121,9 @@
|
||||
# FONTS
|
||||
# --------------------------------------------------------------------------
|
||||
fonts.packages = with pkgs; [
|
||||
# Nerd fonts - syntax changed in NixOS 25.05+
|
||||
# Old syntax was: (nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
# New syntax is individual packages:
|
||||
# Nerd fonts - syntax changed in nixpkgs after 24.05
|
||||
# If using older nixpkgs: (nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
# Current nixpkgs-unstable uses individual packages:
|
||||
nerd-fonts.jetbrains-mono
|
||||
|
||||
# Other fonts
|
||||
|
||||
Reference in New Issue
Block a user