mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 10:33:55 -05:00
moved all font configuration to desktop module
This commit is contained in:
parent
79f724e253
commit
eae0962c98
|
@ -26,10 +26,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
|
||||||
(nerdfonts.override { fonts = [ "Hack" "DroidSansMono" ]; })
|
|
||||||
];
|
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
# Enable Bluetooth connections.
|
# Enable Bluetooth connections.
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue