about summary refs log tree commit diff stats
path: root/modules/by-name/fo
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-11-10 06:48:07 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-11-10 06:48:07 +0100
commit191f48c3a81541e7c46892c3e1edb6339c03d5ed (patch)
tree5fdc4d36dffd6db2692da7fd697e6a6624f61cd4 /modules/by-name/fo
parentmodules/common: Don't autostart `gammastep` and `make` via river (diff)
downloadnixos-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.nix2
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>