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
|
@ -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.
|
||||||
];
|
];
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue