sam: Disable X11

This commit is contained in:
Chandler Swift 2025-07-09 16:07:34 -05:00
parent 02c4f6ec4e
commit ef467fb842
No known key found for this signature in database
GPG key ID: B123483B24A4D579

View file

@ -46,19 +46,10 @@
LC_TIME = "en_US.UTF-8";
};
# Enable the X11 windowing system.
# You can disable this if you're only using the Wayland session.
services.xserver.enable = true;
services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true;
services.desktopManager.plasma6.enable = true;
# Configure keymap in X11
services.xserver.xkb = {
layout = "us";
variant = "";
};
# Enable CUPS to print documents.
services.printing.enable = true;