Unverified Commit af8b2c25 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #222151 from nazarewk/supergfxd-path

supergfxd: add missing kmod to PATH
parents 17ca779e ed4ce166
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];