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

@ -17,6 +17,7 @@
"libvirtd" # kvm control "libvirtd" # kvm control
"networkmanager" # wireless configuration "networkmanager" # wireless configuration
"podman" # usage of `podman` socket "podman" # usage of `podman` socket
"seat" # access to input devices
"video" # screen control "video" # screen control
"wheel" # `sudo` for the user. "wheel" # `sudo` for the user.
]; ];

View file

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