cityseventeen: rename and make tokyo night
This commit is contained in:
parent
6004b4eac5
commit
0d7aa6843b
36 changed files with 394 additions and 438 deletions
22
hosts/cityseventeen/fonts.nix
Normal file
22
hosts/cityseventeen/fonts.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
alqueva.system.fonts = {
|
||||
names = {
|
||||
sansSerif = [ "Adwaita Sans" ];
|
||||
monospace = [ "Adwaita Mono" ];
|
||||
serif = [ "Merriweather" ];
|
||||
emoji = [ "Noto Fonts Color Emoji" ];
|
||||
};
|
||||
packages = {
|
||||
sansSerif = [ pkgs.adwaita-fonts ];
|
||||
monospace = [ pkgs.adwaita-fonts ];
|
||||
serif = [ pkgs.merriweather ];
|
||||
emoji = [ pkgs.noto-fonts-color-emoji ];
|
||||
extra = [
|
||||
pkgs.noto-fonts
|
||||
pkgs.nerd-fonts.symbols-only
|
||||
];
|
||||
};
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue