sxmo: address fonts.fonts -> fonts.packages deprecation warning

This commit is contained in:
Colin 2023-07-30 02:26:17 +00:00
parent 51eaf83be8
commit da42b3ddd7

View File

@ -176,7 +176,7 @@ in
services.blueman.enable = true;
# TODO: nerdfonts is 4GB. it accepts an option to ship only some fonts: probably want to use that.
fonts.fonts = [ pkgs.nerdfonts ];
fonts.packages = [ pkgs.nerdfonts ];
# some programs (e.g. fractal/nheko) **require** a "Secret Service Provider"
services.gnome.gnome-keyring.enable = true;