mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add laptop related config
This commit is contained in:
parent
c132f9fba9
commit
71c6c34fda
3 changed files with 55 additions and 24 deletions
|
|
@ -49,6 +49,11 @@ in {
|
|||
WINIT_X11_SCALE_FACTOR = "1";
|
||||
};
|
||||
|
||||
## Laptop
|
||||
powerManagement.enable = true;
|
||||
services.thermald.enable = true;
|
||||
services.tlp.enable = true;
|
||||
|
||||
## Mouse
|
||||
services.libinput.mouse.accelProfile = "flat";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue