hosts/{apeturescience,cityseventeen}: init apeturescience, change font and size in cityseventeen
This commit is contained in:
parent
ea7dd98c09
commit
717a0b8a21
35 changed files with 1234 additions and 91 deletions
|
@ -2,15 +2,15 @@
|
|||
{
|
||||
alqueva.system.fonts = {
|
||||
names = {
|
||||
sansSerif = [ "Adwaita Sans" ];
|
||||
monospace = [ "Adwaita Mono" ];
|
||||
serif = [ "Merriweather" ];
|
||||
sansSerif = [ "Anakron" ];
|
||||
monospace = [ "Anakron" ];
|
||||
serif = [ "Anakron" ];
|
||||
emoji = [ "Noto Fonts Color Emoji" ];
|
||||
};
|
||||
packages = {
|
||||
sansSerif = [ pkgs.adwaita-fonts ];
|
||||
monospace = [ pkgs.adwaita-fonts ];
|
||||
serif = [ pkgs.merriweather ];
|
||||
sansSerif = [ pkgs.anakron ];
|
||||
monospace = [ pkgs.anakron ];
|
||||
serif = [ pkgs.anakron ];
|
||||
emoji = [ pkgs.noto-fonts-color-emoji ];
|
||||
extra = [
|
||||
pkgs.noto-fonts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue