some waybar icons
This commit is contained in:
parent
baaec12535
commit
1c10ca9746
1 changed files with 3 additions and 1 deletions
4
home.nix
4
home.nix
|
|
@ -40,6 +40,8 @@
|
||||||
julia-mono
|
julia-mono
|
||||||
noto-fonts
|
noto-fonts
|
||||||
redhat-official-fonts
|
redhat-official-fonts
|
||||||
|
font-awesome
|
||||||
|
|
||||||
overpass
|
overpass
|
||||||
rubik
|
rubik
|
||||||
roboto
|
roboto
|
||||||
|
|
@ -53,7 +55,7 @@
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
sansSerif = [ "Rubik" "Noto Sans" "DejaVu Sans" ];
|
sansSerif = [ "Rubik" "Noto Sans" "DejaVu Sans" ];
|
||||||
serif = [ "Noto Serif" "DejaVu Serif" ];
|
serif = [ "Noto Serif" "DejaVu Serif" ];
|
||||||
monospace = [ "Noto Mono" ];
|
monospace = [ "juliaMono" ];
|
||||||
emoji = [ "OpenMoji" ];
|
emoji = [ "OpenMoji" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue