From 3db13c8fb998912da28a0b104d4f3f6dd1e10055 Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Mon, 21 Jul 2025 20:52:20 -0400 Subject: [PATCH] with the addition of gamescope for minecraft i no longer need x11 --- common/locales.nix | 6 ------ modules/nixos/kde.nix | 1 - 2 files changed, 7 deletions(-) diff --git a/common/locales.nix b/common/locales.nix index 7ab37f1..7af961b 100644 --- a/common/locales.nix +++ b/common/locales.nix @@ -17,10 +17,4 @@ }; time.timeZone = "America/New_York"; - - # x11 keymap - services.xserver.xkb = { - layout = "us"; - variant = ""; - }; } \ No newline at end of file diff --git a/modules/nixos/kde.nix b/modules/nixos/kde.nix index 898cde9..78fb566 100644 --- a/modules/nixos/kde.nix +++ b/modules/nixos/kde.nix @@ -2,7 +2,6 @@ { services = { - xserver.enable = true; displayManager.sddm = { enable = true; wayland = {