mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Duskfall optimizations
This commit is contained in:
parent
14cab3e0bb
commit
139963ccfa
2 changed files with 18 additions and 5 deletions
|
@ -10,6 +10,7 @@
|
|||
# hardware
|
||||
cachy.enable = true;
|
||||
bluetooth.enable = true;
|
||||
powerprofiles.enable = true;
|
||||
tlp.enable = false;
|
||||
printing.enable = true;
|
||||
|
||||
|
@ -61,6 +62,14 @@
|
|||
services.xserver.wacom.enable = true;
|
||||
services.xserver.videoDrivers = [ "i915" ];
|
||||
|
||||
services.undervolt = {
|
||||
enable = true;
|
||||
coreOffset = -100;
|
||||
uncoreOffset = -100;
|
||||
analogioOffset = -100;
|
||||
gpuOffset = -100;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue