marleyos/modules/home/xorg/default.nix

14 lines
176 B
Nix
Raw Normal View History

{
config,
lib,
...
}: let
cfg = config.marleyos.xorg;
in {
options.marleyos.xorg.enable = lib.mkEnableOption "xorg";
# config = lib.mkIf cfg.enable {
#
# };
}