moved all font configuration to desktop module

This commit is contained in:
Aly Raffauf 2024-03-23 23:30:16 -04:00
parent 79f724e253
commit eae0962c98

View file

@ -26,10 +26,6 @@
};
};
fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "Hack" "DroidSansMono" ]; })
];
hardware = {
# Enable Bluetooth connections.
bluetooth.enable = true;