forked from mirrors/nixpkgs
supergfxd: add missing kmod to PATH
This commit is contained in:
parent
1603d11595
commit
ed4ce16637
|
@ -32,6 +32,7 @@ in
|
|||
|
||||
systemd.packages = [ pkgs.supergfxctl ];
|
||||
systemd.services.supergfxd.wantedBy = [ "multi-user.target" ];
|
||||
systemd.services.supergfxd.path = [ pkgs.kmod ];
|
||||
|
||||
services.dbus.packages = [ pkgs.supergfxctl ];
|
||||
services.udev.packages = [ pkgs.supergfxctl ];
|
||||
|
|
Loading…
Reference in a new issue