some small cleanup stuff

This commit is contained in:
Schrottkatze 2025-03-20 17:14:55 +01:00
parent 80e3399d0c
commit d545dc682e
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
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";