diff --git a/content/system76-software.md b/content/system76-software.md index 8f3454667f..4fcca064fd 100644 --- a/content/system76-software.md +++ b/content/system76-software.md @@ -271,8 +271,7 @@ hardware.system76.enableAll = true; sudo nixos-rebuild switch ``` -If your system has power-profiles-daemon installed (done by default on Gnome installs), you'll need to disable it for system76-power to start. Add this line to your `/etc/nixos/configuration.nix` file then rebuild the OS: - +If your system has power-profiles-daemon installed (done by default on GNOME), you'll need to disable it for system76-power to start. Add this line to your `/etc/nixos/configuration.nix` file then rebuild the OS: ```bash services.power-profiles-daemon.enable = false;