AMD GPU: Difference between revisions

Wimpy (talk | contribs)
Correct Linux AMDGPU Controller section about the systemd unit for lact daemon
Tags: Mobile edit Mobile web edit
Wimpy (talk | contribs)
mNo edit summary
Tags: Mobile edit Mobile web edit
Line 135: Line 135:
This application allows you to control your AMD GPU on a Linux system.
This application allows you to control your AMD GPU on a Linux system.


In order to enable the daemon you need to add the package to `environment.systemPackages` and enable the `lact` daemon:
In order to enable the daemon you need to add the package to <code>environment.systemPackages</code> and enable the `lact` daemon:
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
   environment.systemPackages = with pkgs; [                                                                                                                                                                               
   environment.systemPackages = with pkgs; [