Skip to content

Commit

Permalink
Update system76-software.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoneybun authored Jul 2, 2024
1 parent f57daae commit c0af223
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/system76-software.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c0af223

Please sign in to comment.