the great with purge

This commit is contained in:
Charlie Root 2025-04-06 22:45:09 +02:00
commit 5767763227
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
8 changed files with 49 additions and 48 deletions

View file

@ -3,9 +3,10 @@
lib,
pkgs,
...
}:
with lib; let
}: let
cfg = config.modules.programs.minecraft;
inherit (lib.options) mkEnableOption;
inherit (lib.modules) mkIf;
in {
options.modules.programs.minecraft = {
enable = mkEnableOption "minecraft";