mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
gerg-desktop: fix mouse acceleration and screen blanking
This commit is contained in:
parent
d54be846e5
commit
5f3f4e9fd0
2 changed files with 9 additions and 1 deletions
|
|
@ -89,8 +89,16 @@
|
||||||
--mode 1920x1080 \
|
--mode 1920x1080 \
|
||||||
--rate 120
|
--rate 120
|
||||||
'';
|
'';
|
||||||
|
serverFlagsSection = ''
|
||||||
|
Option "StandbyTime" "0"
|
||||||
|
Option "SuspendTime" "0"
|
||||||
|
Option "OffTime" "0"
|
||||||
|
Option "BlankTime" "0"
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.libinput.mouse.accelProfile = "flat";
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue