Add users and fonts
This commit is contained in:
parent
77709ea2bc
commit
1cc397b7e5
2 changed files with 32 additions and 10 deletions
|
@ -1,20 +1,16 @@
|
|||
{pkgs, ...}: {
|
||||
alqueva.fonts = {
|
||||
names = {
|
||||
sansSerif = ["Inter"];
|
||||
monospace = ["Maple Mono"];
|
||||
serif = ["ETBembo"];
|
||||
sansSerif = ["Liberation Sans"];
|
||||
monospace = ["JetBrainsMono Nerd Font"];
|
||||
serif = ["Liberation Serif"];
|
||||
emoji = ["OpenMoji Color"];
|
||||
};
|
||||
packages = {
|
||||
sansSerif = [pkgs.inter];
|
||||
monospace = [pkgs.maple-mono];
|
||||
serif = [pkgs.source-serif-pro pkgs.etBook];
|
||||
sansSerif = [pkgs.liberation_ttf];
|
||||
monospace = [pkgs.nerd-fonts.jetbrains-mono];
|
||||
serif = [pkgs.liberation_ttf];
|
||||
emoji = [pkgs.openmoji-color];
|
||||
extra = [
|
||||
pkgs.source-han-sans
|
||||
pkgs.nerd-fonts.symbols-only
|
||||
];
|
||||
};
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue