summary refs log tree commit diff
path: root/pkgs
AgeCommit message (Collapse)Author
2026-06-13Sanitize Grafana+Victoria version tagsMel
Signed-off-by: Mel <mel@rnrd.eu>
2025-07-07Printer and printer peripheral driver config changesMel
Signed-off-by: Mel <mel@rnrd.eu>
2025-04-09Remove custom YCM package, as upstream has merged fixMel
Signed-off-by: Mel <mel@rnrd.eu>
2024-12-09Export common.pullImage, support alternative registriesMel
Signed-off-by: Mel <einebeere@gmail.com>
2024-12-08Add miniflux feed aggregator and replace FreshRSSMel
Signed-off-by: Mel <einebeere@gmail.com>
2024-12-07Allow global and tailnet ports in foundationMel
Signed-off-by: Mel <einebeere@gmail.com>
2024-12-04Host bare-bones Bluesky PDS serviceMel
Signed-off-by: Mel <einebeere@gmail.com>
2024-11-27Move jellyfin to corsac from bismuthMel
Signed-off-by: Mel <einebeere@gmail.com>
2024-11-16Bring in advanced Vim configuration from desktopMel
Signed-off-by: Mel <einebeere@gmail.com>
2024-11-15Factor out base images and postgres images with fixed hashesMel
Signed-off-by: Mel <einebeere@gmail.com>
2024-10-26Glued together corsac configurationMel
Signed-off-by: Mel <einebeere@gmail.com>
0 } /* Name.Function.Magic */ .highlight .vc { color: #EEDD82 } /* Name.Variable.Class */ .highlight .vg { color: #EEDD82 } /* Name.Variable.Global */ .highlight .vi { color: #EEDD82 } /* Name.Variable.Instance */ .highlight .vm { color: #EEDD82 } /* Name.Variable.Magic */ .highlight .il { color: #F0F } /* Literal.Number.Integer.Long */
{ lib }:
{
  titleCase = str: with lib.strings; let
    firstCharUpper = s: concatStrings [(toUpper (substring 0 1 s)) (substring 1 (stringLength s) s)];
  in
    concatStringsSep " " (map firstCharUpper (splitString " " str));
}