some small cleanup stuff

This commit is contained in:
Schrottkatze 2025-03-20 17:14:55 +01:00
commit d545dc682e
No known key found for this signature in database
9 changed files with 6 additions and 54 deletions

View file

@ -58,8 +58,8 @@ in {
enable = true;
fonts = [
{
name = "FiraCode Nerd Font";
package = pkgs.nerd-fonts.fira-code;
name = "Departure Mono Nerd Font";
package = pkgs.nerd-fonts.departure-mono;
}
];
extraConfig = "font-size=14";