feat: Enable iPXE stateless kiosk targets

This commit is contained in:
UGA Innovation Factory
2025-12-12 16:12:24 -05:00
committed by Hunter Halloran
parent 91115fc52e
commit c46b0aa685
7 changed files with 147 additions and 118 deletions

View File

@@ -0,0 +1,7 @@
{ config, lib, pkgs, ... }:
{
programs.sway = {
enable = true;
wrapperFeatures.gtk = true;
};
}