little-lightning: nerdfont
This commit is contained in:
parent
70ce71c36e
commit
ed14a86476
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@
|
|||
backupFileExtension = "backup";
|
||||
};
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
];
|
||||
|
||||
# Set Git commit hash for darwin-version.
|
||||
system.configurationRevision = self.rev or self.dirtyRev or null;
|
||||
# $ darwin-rebuild changelog
|
||||
|
|
Loading…
Reference in a new issue