feat: move to gruvbox
This commit is contained in:
parent
1fab0efd26
commit
c467ee449d
18 changed files with 442 additions and 436 deletions
|
@ -1,19 +1,19 @@
|
|||
{pkgs, ...}: {
|
||||
alqueva.fonts = {
|
||||
names = {
|
||||
sansSerif = ["Source Sans Pro"];
|
||||
monospace = ["Commit Mono"];
|
||||
serif = ["Source Serif Pro"];
|
||||
sansSerif = ["Inter"];
|
||||
monospace = ["Maple Mono"];
|
||||
serif = ["ETBembo"];
|
||||
emoji = ["OpenMoji Color"];
|
||||
};
|
||||
packages = {
|
||||
sansSerif = [pkgs.source-sans-pro];
|
||||
monospace = [pkgs.commit-mono];
|
||||
serif = [pkgs.source-serif-pro];
|
||||
sansSerif = [pkgs.inter];
|
||||
monospace = [pkgs.maple-mono];
|
||||
serif = [pkgs.source-serif-pro pkgs.etBook];
|
||||
emoji = [pkgs.openmoji-color];
|
||||
extra = [
|
||||
pkgs.source-han-sans
|
||||
(pkgs.nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];})
|
||||
pkgs.nerd-fonts.symbols-only
|
||||
];
|
||||
};
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue