mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
profile/sway: enable seatd
This commit is contained in:
parent
8c029fad44
commit
564070c014
2 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue