experimentally use departure mono as status bar font
This commit is contained in:
parent
7d335a8373
commit
ff5e965db1
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
label {
|
||||
font: 14pt "FiraCode Nerd Font";
|
||||
font: 14pt "Departure Mono Nerd Font";
|
||||
}
|
||||
|
||||
.workspaces button {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.departure-mono
|
||||
google-fonts
|
||||
montserrat
|
||||
noto-fonts
|
||||
|
|
Loading…
Reference in a new issue