restructure desktop with option config wrappers

This commit is contained in:
2025-11-05 18:41:07 -06:00
parent 090889dff2
commit 96fd9d96c1

View File

@@ -0,0 +1,9 @@
{
pkgs,
config,
lib,
...
}: {
imports = [
];
}