Add TODO.

This commit is contained in:
Tom Alexander 2025-01-14 21:40:38 -05:00
parent 491412c33c
commit c23245b97c
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -291,6 +291,7 @@ in
];
services.seatd.enable = true;
# TODO: Maybe use `seatd-launch -- sway` instead of running the seatd daemon
users.users.talexander.extraGroups = [ "seat" ];
# Probably would be cleaner to use environment.sessionVariables but programs.sway.extraSessionCommands is sway-specific.