From bf23a0b97f0f7729605cf995b5389cff3fb9d892 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 28 Jun 2024 17:03:53 +0200 Subject: Adapt to 24.05 --- host/athena.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'host/athena.nix') 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; }; }; -- cgit v1.2.3