Move monospace fonts into a theme
This commit is contained in:
parent
384da2a640
commit
5e5e46922c
4 changed files with 43 additions and 17 deletions
11
lib/theme/default.nix
Normal file
11
lib/theme/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
fonts = {
|
||||
monospace = {
|
||||
name = "MesloLGSDZ Nerd Font Mono";
|
||||
# fc-list : family | sort | grep "Nerd Font"
|
||||
|
||||
package = pkgs.nerdfonts.override {fonts = ["Meslo"];};
|
||||
size = "10";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue