siwtch to fonts.packages

This commit is contained in:
2023-12-06 01:46:16 +01:00
parent 9b797bfdc2
commit 84321167f8
2 changed files with 2 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ in {
programs.light.enable = true;
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk
noto-fonts-emoji

View File

@@ -90,6 +90,7 @@ in
locations."/".extraConfig = "proxy_pass http://localhost:3001;";
};
# TODO: fix for nixos 24.05
services.postgresql.ensureUsers = [
{
name = "grafana";