added hack nerd font as mono font
now i actually have a nerd font installed lmfao i was using fucking
dejavu sans mono before 😭
This commit is contained in:
parent
5e389902a1
commit
94cdba4e40
1 changed files with 21 additions and 0 deletions
|
@ -3,6 +3,27 @@
|
|||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/heetch.yaml";
|
||||
image = ./wallpaper.png;
|
||||
fonts = {
|
||||
serif = {
|
||||
package = pkgs.dejavu_fonts;
|
||||
name = "DejaVu Serif";
|
||||
};
|
||||
|
||||
sansSerif = {
|
||||
package = pkgs.dejavu_fonts;
|
||||
name = "DejaVu Sans";
|
||||
};
|
||||
|
||||
monospace = {
|
||||
package = pkgs.nerd-fonts.hack;
|
||||
name = "Hack Nerd Font";
|
||||
};
|
||||
|
||||
emoji = {
|
||||
package = pkgs.noto-fonts-emoji;
|
||||
name = "Noto Color Emoji";
|
||||
};
|
||||
};
|
||||
cursor = {
|
||||
package = pkgs.mint-cursor-themes;
|
||||
name = "Bibata-Modern-Classic";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue