got rid of that one deprecation warning although there's still the one about optionsDocBook which I don't use in my config

This commit is contained in:
jacekpoz 2023-07-30 01:19:23 +02:00
parent 08cc252a4b
commit 3c92a458a6

View file

@ -72,7 +72,7 @@ in
# https://github.com/NixOS/nixpkgs/issues/158025
security.pam.services.swaylock = {};
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
material-design-icons
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
];