#2 adding basic configs still some missing

This commit is contained in:
Christoph Hollizeck 2024-03-26 14:42:36 +00:00
parent fcaa48df90
commit 19d03b20c5
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
9 changed files with 114 additions and 10 deletions

View file

@ -0,0 +1,14 @@
{ options, config, lib, pkgs, ... }:
with lib;
with lib.wyrdgard;
let
cfg = config.wyrdgard.submodules.socials;
in
{
options.wyrdgard.submodules.socials = with types; {
enable = mkBoolOpt false "Whether to enable a social apps";
};
}