about summary refs log tree commit diff
path: root/machines/profpatsch/base-workstation.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-12-22 00:40:30 +0100
committerProfpatsch <mail@profpatsch.de>2018-12-22 12:03:01 +0100
commit689ddbcf9a0a000db47033bd76c36185e66ce2b7 (patch)
tree63c4f63ad6db590f129df83077a1b02746def618 /machines/profpatsch/base-workstation.nix
parent603ad27512639c946e021840e5e8fc349d52bda4 (diff)
machines/profpatsch: clean up configs
Remove unused packages and commented out stuff.
Diffstat (limited to 'machines/profpatsch/base-workstation.nix')
-rw-r--r--machines/profpatsch/base-workstation.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index 645ed4b6..3fa6a032 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -87,27 +87,6 @@ in {
       };
     };
 
-
-    # services.xserver = {
-      # libinput = {
-      #   enable = true;
-      #   naturalScrolling = true;
-      #   accelSpeed = "0.01";
-      # };
-
-      # # TODO: modify libinput module so that you can do libinput."trackpoint".scrollMethod = "button";
-      # # and maybe a convenience option for thinkpads (maybe in the hardware repo?).
-      # config = ''
-      #   Section "InputClass"
-      #     Identifier     "Enable libinput for TrackPoint"
-      #     MatchIsPointer "on"
-      #     Driver         "libinput"
-      #     Option         "ScrollMethod" "button"
-      #     Option         "ScrollButton" "8"
-      #   EndSection
-      # '';
-    # };
-
     ########
     # Users