summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lass/1systems/aergia/physical.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/lass/1systems/aergia/physical.nix b/lass/1systems/aergia/physical.nix
index 0786acbe1..023639083 100644
--- a/lass/1systems/aergia/physical.nix
+++ b/lass/1systems/aergia/physical.nix
@@ -22,6 +22,7 @@
# Enable energy savings during sleep
"mem_sleep_default=deep"
+ # use less power with pstate
"amd_pstate=passive"
# for ryzenadj -i
@@ -136,4 +137,7 @@
services.logind.extraConfig = ''
HandlePowerKey=hibernate
'';
+
+ # firefox touchscreen support
+ environment.sessionVariables.MOZ_USE_XINPUT2 = "1";
}