testing

2024-07-16
{lib, config, pkgs, ...}:
let
  cfg = config.lol;
in {
  programs.lol.enable = true;
}