Remove fonts from nixos config
This commit is contained in:
parent
d9644039cc
commit
445ffe2c2c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user