re-add powertop

This commit is contained in:
iFargle 2023-08-18 10:08:17 +09:00
parent 1e5fdebb32
commit ccddf7ca23

View file

@ -2,15 +2,10 @@
imports = [
# Desktop Environments
# Common configuration
../../../desktops/common.nix
# Hyprland
../../../desktops/hyprland.nix
# Gnome
# ../../../desktops/gnome.nix
# KDE
# ../../../desktops/kde.nix
../../../desktops/common.nix
../../../desktops/hyprland.nix
# Power Mamagement
../../../modules/powertop.nix
];
# Set your time zone.
@ -46,7 +41,7 @@
open = false;
dynamicBoost.enable = true;
package = config.boot.kernelPackages.nvidiaPackages.stable;
# powerManagement.finegrained = true;
powerManagement.finegrained = true;
powerManagement.enable = true;
nvidiaSettings = true;
modesetting.enable = true;