AMD GPU: Difference between revisions

added gui tools section. added lact application to the list with the required config.
fixed the typo in the service name. added wantedBy config for auto start at boot example
Line 132: Line 132:
   ];                                                                                                                                                                                                                                                                                                                                                 
   ];                                                                                                                                                                                                                                                                                                                                                 
   systemd.packages = with pkgs; [ lact ];                                                                                                                                                     
   systemd.packages = with pkgs; [ lact ];                                                                                                                                                     
   systemd.services.lact.enable = true;  
   systemd.services.lactd = {
    enable = true; # this is true by default
    wantedBy = [ "multi-user.target" ]; # add this if you want the unit to auto start at boot time
  };
 
</syntaxhighlight>
</syntaxhighlight>
[[Category:Video]]
[[Category:Video]]