1
0
Fork 0

Apps: add IRC client; Flatpak: change font mount dir

This commit is contained in:
Aires 2025-01-03 11:54:24 -05:00
parent 27d9c72616
commit 297e982336
3 changed files with 3 additions and 1 deletions

View file

@ -21,6 +21,7 @@ in
enable = true;
packages = [
"com.discordapp.Discord"
"org.gnome.Polari" # IRC client
];
};
};

View file

@ -92,7 +92,7 @@ in
in
{
"/usr/share/icons" = mkRoSymBind "${aggregatedIcons}/share/icons";
"/usr/local/share/fonts" = mkRoSymBind "${aggregatedFonts}/share/fonts";
"/usr/share/fonts" = mkRoSymBind "${aggregatedFonts}/share/fonts";
};
})
];

View file

@ -35,6 +35,7 @@ let
x: x != "acme" && (lib.attrsets.matchAttrs { enable = true; } x)
) config.${namespace}.services;
subdomains = (builtins.catAttrs "url" serviceList) ++ [
# Add any other URLs to include in the cert in this list
config.${namespace}.secrets.hosts.gremlin-lab.URI
];