restructure desktop with option config wrappers

This commit is contained in:
2025-11-05 18:40:34 -06:00
parent 8c4a82a73f
commit 090889dff2

View File

@@ -0,0 +1,12 @@
{
pkgs,
config,
lib,
...
}: {
imports = [
./hypr
./greetd
./gaming
];
}