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 = {