diff --git a/modules/system.nix b/modules/system.nix index 42327c7..a4ed7cb 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -161,6 +161,7 @@ ethtool pciutils # lspci usbutils # lsusb + libGL # Rizz fastfetch @@ -212,7 +213,7 @@ # Enable sound with pipewire. sound.enable = true; hardware.pulseaudio.enable = false; - services.power-profiles-daemon = { + services.power-profiles-daemon = { enable = true; }; security.polkit.enable = true;