mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:13:54 -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 = {
|
hardware = {
|
||||||
# Enable Bluetooth connections.
|
# Enable Bluetooth connections.
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
|
@ -53,7 +57,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
gc = {
|
gc = {
|
||||||
# Delete generations older than 7 days.
|
# Delete generations older than 7 days.
|
||||||
|
|
Loading…
Reference in a new issue