cityseventeen: rename and make tokyo night

This commit is contained in:
Artur Manuel 2025-04-03 02:26:24 +01:00
commit 0d7aa6843b
Signed by: amadaluzia
SSH key fingerprint: SHA256:ubvwT66gNUKSsgSzEb2UQnX8pzTq5N+r8eRVYGJJm4Q
36 changed files with 394 additions and 438 deletions

View file

@ -1,22 +0,0 @@
{ pkgs, ... }:
{
alqueva.system.fonts = {
names = {
sansSerif = [ "Inter" ];
monospace = [ "Maple Mono NL" ];
serif = [ "Merriweather" ];
emoji = [ "Twitter Color Emoji" ];
};
packages = {
sansSerif = [ pkgs.inter ];
monospace = [ pkgs.maple-mono.NL-TTF ];
serif = [ pkgs.merriweather ];
emoji = [ pkgs.twitter-color-emoji ];
extra = [
pkgs.noto-fonts
pkgs.nerd-fonts.symbols-only
];
};
enable = true;
};
}