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 = [
|
imports = [
|
||||||
# Desktop Environments
|
# Desktop Environments
|
||||||
# Common configuration
|
../../../desktops/common.nix
|
||||||
../../../desktops/common.nix
|
../../../desktops/hyprland.nix
|
||||||
# Hyprland
|
# Power Mamagement
|
||||||
../../../desktops/hyprland.nix
|
../../../modules/powertop.nix
|
||||||
# Gnome
|
|
||||||
# ../../../desktops/gnome.nix
|
|
||||||
# KDE
|
|
||||||
# ../../../desktops/kde.nix
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
|
@ -46,7 +41,7 @@
|
||||||
open = false;
|
open = false;
|
||||||
dynamicBoost.enable = true;
|
dynamicBoost.enable = true;
|
||||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||||
# powerManagement.finegrained = true;
|
powerManagement.finegrained = true;
|
||||||
powerManagement.enable = true;
|
powerManagement.enable = true;
|
||||||
nvidiaSettings = true;
|
nvidiaSettings = true;
|
||||||
modesetting.enable = true;
|
modesetting.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue