Remove Xserver + xev.

This commit is contained in:
jay
2025-06-30 01:10:53 -04:00
parent 243f31bd2d
commit 0562b39ced
3 changed files with 0 additions and 13 deletions

View File

@@ -1,11 +0,0 @@
{ pkgs, ...}: {
# Enable the X11 windowing system.
# You can disable this if you're only using the Wayland session.
services.xserver = {
enable = true;
xkb = {
layout = "us";
variant = "";
};
};
}