mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Update emoji font
This commit is contained in:
parent
0c3b5f40f7
commit
b97d02d233
1 changed files with 8 additions and 3 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
{ pkgs, lib, config, ... }:
|
{
|
||||||
let cfg = config.mods.theme;
|
pkgs,
|
||||||
|
lib,
|
||||||
|
config,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
cfg = config.mods.theme;
|
||||||
in {
|
in {
|
||||||
options.mods.theme = {
|
options.mods.theme = {
|
||||||
enable = lib.mkEnableOption "enables stylix system theme";
|
enable = lib.mkEnableOption "enables stylix system theme";
|
||||||
|
|
@ -32,7 +37,7 @@ in {
|
||||||
name = "CommitMono Nerd Font";
|
name = "CommitMono Nerd Font";
|
||||||
};
|
};
|
||||||
emoji = {
|
emoji = {
|
||||||
package = pkgs.noto-fonts-emoji;
|
package = pkgs.noto-fonts-color-emoji;
|
||||||
name = "OpenMoji Color";
|
name = "OpenMoji Color";
|
||||||
};
|
};
|
||||||
serif = config.stylix.fonts.monospace;
|
serif = config.stylix.fonts.monospace;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue