hosts: rename cityseventeen and apeturescience
This commit is contained in:
parent
7a3833b08a
commit
ff1392552b
44 changed files with 37 additions and 37 deletions
31
hosts/sodomgomorrah/fonts.nix
Normal file
31
hosts/sodomgomorrah/fonts.nix
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
alqueva.system.fonts = {
|
||||
enable = true;
|
||||
extraFonts = [
|
||||
pkgs.nerd-fonts.symbols-only
|
||||
pkgs.noto-fonts
|
||||
];
|
||||
fonts = {
|
||||
sansSerif = {
|
||||
names = [ "Aporetic Sans" ];
|
||||
packages = [ pkgs.aporetic ];
|
||||
};
|
||||
monospace = {
|
||||
names = [ "Aporetic Sans Mono" ];
|
||||
packages = [ pkgs.aporetic ];
|
||||
};
|
||||
serif = {
|
||||
names = [ "Aporetic Serif" ];
|
||||
packages = [ pkgs.aporetic ];
|
||||
};
|
||||
emoji = {
|
||||
names = [ "Noto Fonts Color Emoji" ];
|
||||
packages = [ pkgs.noto-fonts-color-emoji ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue