experimentally use departure mono as status bar font

This commit is contained in:
Schrottkatze 2025-01-01 06:08:52 +01:00
parent 7d335a8373
commit ff5e965db1
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
label { label {
font: 14pt "FiraCode Nerd Font"; font: 14pt "Departure Mono Nerd Font";
} }
.workspaces button { .workspaces button {

View file

@ -1,6 +1,7 @@
{pkgs, ...}: { {pkgs, ...}: {
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
nerd-fonts.fira-code nerd-fonts.fira-code
nerd-fonts.departure-mono
google-fonts google-fonts
montserrat montserrat
noto-fonts noto-fonts