profile/sway: enable seatd

This commit is contained in:
Felix Buehler 2025-05-08 21:38:02 +02:00
parent 8c029fad44
commit 564070c014
2 changed files with 3 additions and 0 deletions

View file

@ -31,6 +31,8 @@ in
environment.systemPackages = with pkgs; [ polkit_gnome ];
environment.pathsToLink = [ "/libexec" ];
services.seatd.enable = true;
programs = {
foot.enable = true;
light.enable = true;