mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44: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
|
@ -17,6 +17,7 @@
|
|||
"libvirtd" # kvm control
|
||||
"networkmanager" # wireless configuration
|
||||
"podman" # usage of `podman` socket
|
||||
"seat" # access to input devices
|
||||
"video" # screen control
|
||||
"wheel" # `sudo` for the user.
|
||||
];
|
||||
|
|
|
@ -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