system: added Hack and DroidSansMono from nerdfonts

This commit is contained in:
Aly Raffauf 2024-03-22 13:23:51 -04:00
parent 1a5f9124dc
commit f54fb17a7d

View file

@ -26,6 +26,10 @@
};
};
fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "Hack" "DroidSansMono" ]; })
];
hardware = {
# Enable Bluetooth connections.
bluetooth.enable = true;
@ -53,7 +57,6 @@
};
};
nix = {
gc = {
# Delete generations older than 7 days.