fix: misc breakage from updates

This commit is contained in:
Gerg-L 2025-08-15 20:29:25 -04:00
parent b9590a22e3
commit de3349bb4d
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
5 changed files with 6 additions and 7 deletions

View file

@ -1,8 +1,7 @@
{ pkgs, lib }:
{ pkgs }:
{
services.libinput.mouse.accelProfile = "flat";
services.xserver = {
tty = lib.mkDefault 1;
exportConfiguration = true;
xkb.layout = "us";
xautolock.enable = false;