summaryrefslogtreecommitdiff
path: root/host/athena.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/athena.nix')
-rw-r--r--host/athena.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/host/athena.nix b/host/athena.nix
index 2c58a51..7124ebc 100644
--- a/host/athena.nix
+++ b/host/athena.nix
@@ -54,12 +54,12 @@
xserver = {
videoDrivers = [ "nvidia" ];
+ };
- libinput = {
- enable = true;
- touchpad = {
- accelSpeed = "2.0";
- };
+ libinput = {
+ enable = true;
+ touchpad = {
+ accelSpeed = "2.0";
};
};
@@ -70,7 +70,7 @@
avahi = {
enable = true;
- nssmdns = true;
+ nssmdns4 = true;
};
};