diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-11-10 06:48:07 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-11-10 06:48:07 +0100 |
| commit | 191f48c3a81541e7c46892c3e1edb6339c03d5ed (patch) | |
| tree | 5fdc4d36dffd6db2692da7fd697e6a6624f61cd4 /modules/by-name/fo | |
| parent | modules/common: Don't autostart `gammastep` and `make` via river (diff) | |
| download | nixos-config-191f48c3a81541e7c46892c3e1edb6339c03d5ed.zip | |
treewide: Use new spelling of attributes
Diffstat (limited to 'modules/by-name/fo')
| -rw-r--r-- | modules/by-name/fo/fonts/module.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/fo/fonts/module.nix b/modules/by-name/fo/fonts/module.nix index c76557cc..4bf9a612 100644 --- a/modules/by-name/fo/fonts/module.nix +++ b/modules/by-name/fo/fonts/module.nix @@ -40,7 +40,7 @@ in { packages = cfg.fonts ++ [pkgs.liberation_ttf] - ++ lib.optional cfg.enableEmoji pkgs.noto-fonts-emoji; + ++ lib.optional cfg.enableEmoji pkgs.noto-fonts-color-emoji; fontconfig = { # NOTE: This is responsible for color emoji support <2023-08-28> |
