diff options
| -rw-r--r-- | configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 7409f1d..4c20513 100644 --- a/configuration.nix +++ b/configuration.nix @@ -14,6 +14,8 @@ ./postgresql.nix ]; + powerManagement.powertop.enable = true; + hardware.graphics.extraPackages = with pkgs; [ vpl-gpu-rt intel-media-driver |
