feat: derive desktop input and SDDM scale from host metadata

This commit is contained in:
2026-04-21 22:24:41 +02:00
parent 592e70cf33
commit 4781cc60be
7 changed files with 211 additions and 2 deletions
+2
View File
@@ -8,6 +8,7 @@ let
{
name,
displays ? { },
input ? { },
users ? { },
imports ? [ ],
stateVersion ? "24.05",
@@ -16,6 +17,7 @@ let
meta.host = {
inherit
displays
input
name
users
;