summaryrefslogtreecommitdiff
path: root/host/athena.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/athena.nix')
-rw-r--r--host/athena.nix14
1 files changed, 4 insertions, 10 deletions
diff --git a/host/athena.nix b/host/athena.nix
index 6a7d266..2c58a51 100644
--- a/host/athena.nix
+++ b/host/athena.nix
@@ -55,12 +55,11 @@
xserver = {
videoDrivers = [ "nvidia" ];
- synaptics = {
+ libinput = {
enable = true;
- twoFingerScroll = true;
- horizontalScroll = false;
- palmDetect = true;
- minSpeed = "1.5";
+ touchpad = {
+ accelSpeed = "2.0";
+ };
};
};
@@ -100,12 +99,7 @@
virtualisation = {
libvirtd.enable = true;
- docker = {
- enable = true;
- enableNvidia = true;
- };
};
- users.users.common.extraGroups = [ "docker" ];
hardware.trackpoint = {
enable = true;