Files
athenix/sw/stateless-kiosk/programs.nix
UGA Innovation Factory 140648cd8f run nix fmt
2025-12-15 15:57:56 -05:00

13 lines
116 B
Nix

{
config,
lib,
pkgs,
...
}:
{
programs.sway = {
enable = true;
wrapperFeatures.gtk = true;
};
}