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
];
fonts.enableDefaultPackages = true;
packages = {
enable = lib.mkDefault true;

View file

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