mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:43:55 -05:00
system: added Hack and DroidSansMono from nerdfonts
This commit is contained in:
parent
1a5f9124dc
commit
f54fb17a7d
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue