cityseventeen: change font from anakron to kirsch
This commit is contained in:
parent
0f84fdf8b4
commit
3249734cba
11 changed files with 184 additions and 115 deletions
|
@ -1,20 +1,25 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
inputs,
|
||||
system,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
alqueva.system.fonts = {
|
||||
names = {
|
||||
sansSerif = [ "Anakron" ];
|
||||
monospace = [ "Anakron" ];
|
||||
serif = [ "Anakron" ];
|
||||
sansSerif = [ "kirsch" ];
|
||||
monospace = [ "kirsch" ];
|
||||
serif = [ "kirsch" ];
|
||||
emoji = [ "Noto Fonts Color Emoji" ];
|
||||
};
|
||||
packages = {
|
||||
sansSerif = [ pkgs.anakron ];
|
||||
monospace = [ pkgs.anakron ];
|
||||
serif = [ pkgs.anakron ];
|
||||
sansSerif = [ inputs.kirsch.packages.${system}.kirsch ];
|
||||
monospace = [ inputs.kirsch.packages.${system}.kirsch ];
|
||||
serif = [ inputs.kirsch.packages.${system}.kirsch ];
|
||||
emoji = [ pkgs.noto-fonts-color-emoji ];
|
||||
extra = [
|
||||
pkgs.noto-fonts
|
||||
pkgs.nerd-fonts.symbols-only
|
||||
pkgs.noto-fonts
|
||||
];
|
||||
};
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue