feat(solterra): redo rice

This commit is contained in:
Artur Manuel 2025-03-04 10:31:55 +00:00
commit 3baf81506f
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
13 changed files with 113 additions and 89 deletions

View file

@ -1,16 +1,14 @@
{pkgs, ...}: let
comfy = pkgs.iosevka-comfy;
in {
{pkgs, ...}: {
alqueva.system.fonts = {
names = {
sansSerif = ["Iosevka Comfy"];
monospace = ["Iosevka Comfy Fixed"];
sansSerif = ["Iosevka"];
monospace = ["Iosevka"];
serif = ["IBM Plex Serif"];
emoji = ["Twitter Color Emoji"];
};
packages = {
sansSerif = [comfy.comfy];
monospace = [comfy.comfy-fixed];
sansSerif = [pkgs.inter];
monospace = [pkgs.iosevka];
serif = [pkgs.ibm-plex];
emoji = [pkgs.twemoji-color-font];
extra = [