feat(solterra): redo rice
This commit is contained in:
parent
526881811c
commit
3baf81506f
13 changed files with 113 additions and 89 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue