misc general changes / nixpkgs break fixes

This commit is contained in:
outfoxxed 2025-01-06 00:39:41 -08:00
parent 4b90113a54
commit a5b19fc918
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
15 changed files with 272 additions and 67 deletions

View file

@ -0,0 +1,14 @@
{
services.xserver = {
enable = true;
logFile = null;
display = 7;
libinput = {
enable = true;
mouse.accelProfile = "flat";
};
displayManager.startx.enable = true;
};
}