restructure desktop with option config wrappers

This commit is contained in:
2025-11-05 18:41:33 -06:00
parent 96fd9d96c1
commit 85c8b9ec1c

View File

@@ -6,7 +6,7 @@
}: let
cfg = config.desktop.greetd;
in {
options.desktop.hypr = {
options.desktop.greetd = {
enable = lib.mkEnableOption "enable greetd with tuigreet";
};