Remove fonts from nixos config

This commit is contained in:
Joey Hafner 2024-10-14 14:17:00 -07:00
parent d9644039cc
commit 445ffe2c2c

View File

@ -3,11 +3,6 @@
# Configure system packages # Configure system packages
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
inputs.nixos-conf-editor.packages.${systemSettings.system}.nixos-conf-editor
];
fonts.packages = with pkgs; [
nerdfonts
]; ];
# Configure mouse and touchpad # Configure mouse and touchpad