Compare commits

..

2 Commits

Author SHA1 Message Date
85c8b9ec1c restructure desktop with option config wrappers 2025-11-05 18:41:33 -06:00
96fd9d96c1 restructure desktop with option config wrappers 2025-11-05 18:41:07 -06:00
2 changed files with 10 additions and 1 deletions

View File

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

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";
};