the great with
purge
This commit is contained in:
parent
b3139f4e8d
commit
5767763227
8 changed files with 49 additions and 48 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue