This commit is contained in:
TheWanderingCrow 2024-09-30 17:05:40 -04:00
parent 41b25e3ad2
commit 61d94adbaf
2 changed files with 1 additions and 3 deletions

View file

@ -60,7 +60,6 @@
nerdfonts nerdfonts
]; ];
fonts.enableDefaultPackages = true;
packages = { packages = {
enable = lib.mkDefault true; enable = lib.mkDefault true;

View file

@ -6,8 +6,7 @@
* { * {
min-height: 0; min-height: 0;
font-family: "JetBrainsMono Nerd Font", "Hack Nerd Font", FontAwesome, Roboto, font-family: FontAwesome;
Helvetica, Arial, sans-serif;
font-size: 14px; font-size: 14px;
} }