patiodeck: add steam deck LCD host

This commit is contained in:
2026-04-23 21:39:47 -04:00
parent 5ccd84c77e
commit 665793668d
8 changed files with 297 additions and 114 deletions

7
hosts/patiodeck/home.nix Normal file
View File

@@ -0,0 +1,7 @@
{ ... }:
{
imports = [
../../home/profiles/gui.nix
../../home/profiles/desktop.nix
];
}