fix deprecations

This commit is contained in:
outfoxxed 2025-07-24 20:04:58 -07:00
parent a876339678
commit 405201d388
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 12 additions and 10 deletions

View file

@ -4,11 +4,11 @@
logFile = null;
display = 7;
libinput = {
enable = true;
mouse.accelProfile = "flat";
};
displayManager.startx.enable = true;
};
services.libinput = {
enable = true;
mouse.accelProfile = "flat";
};
}