summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-02-15 16:57:04 +0100
committerlassulus <lass@aidsballs.de>2016-02-15 16:57:04 +0100
commit1ab712900c5ebc9a53f9593c9e7d7424031b2073 (patch)
tree0e9ad323b327d0d502aeed09a4d7d34be46d7f87 /lass
parent869a68c7944d0c022b3785c22c0c7fd010dc4627 (diff)
l 1 helios: disbale intel sna because of bugs
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/helios.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/lass/1systems/helios.nix b/lass/1systems/helios.nix
index bfabbe14..4b94e5fd 100644
--- a/lass/1systems/helios.nix
+++ b/lass/1systems/helios.nix
@@ -62,15 +62,6 @@ with builtins;
# SUBSYSTEM=="net", ATTR{address}=="f0:de:f1:b8:c8:2e", NAME="et0"
#'';
- services.xserver = {
- videoDriver = "intel";
- vaapiDrivers = [ pkgs.vaapiIntel ];
- deviceSection = ''
- Option "AccelMethod" "sna"
- BusID "PCI:0:2:0"
- '';
- };
-
services.xserver.synaptics = {
enable = true;
twoFingerScroll = true;