testing


2024-11-22T21:28:55Z 81107c3

me when code blocks

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