mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
stylix
This commit is contained in:
parent
22c5d9867a
commit
341751f532
1 changed files with 4 additions and 1 deletions
|
|
@ -34,20 +34,23 @@
|
|||
monospace = {
|
||||
package = pkgs.nerd-fonts.jetbrains-mono;
|
||||
name = "JetBrainsMono Nerd Font";
|
||||
size = 12;
|
||||
};
|
||||
sansSerif = {
|
||||
package = pkgs.noto-fonts;
|
||||
name = "Noto Sans";
|
||||
size = 12;
|
||||
};
|
||||
serif = {
|
||||
package = pkgs.noto-fonts;
|
||||
name = "Noto Serif";
|
||||
size = 12;
|
||||
};
|
||||
emoji = {
|
||||
package = pkgs.noto-fonts-color-emoji;
|
||||
name = "Noto Color Emoji";
|
||||
size = 12;
|
||||
};
|
||||
size = 10;
|
||||
};
|
||||
|
||||
stylix.targets = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue