re-add powertop
This commit is contained in:
parent
1e5fdebb32
commit
ccddf7ca23
1 changed files with 5 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue