From cc381d5ff0e4ebb8496bc35f2b70661213c2f08c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 22 Sep 2026 22:20:23 +0200 Subject: ... --- system-profiles/default-locale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system-profiles') diff --git a/system-profiles/default-locale.nix b/system-profiles/default-locale.nix index d34a2e92..cc103c9e 100644 --- a/system-profiles/default-locale.nix +++ b/system-profiles/default-locale.nix @@ -6,7 +6,7 @@ i18n.defaultLocale = "en_DK.UTF-8"; console.keyMap = lib.mkDefault "dvorak-programmer"; time.timeZone = lib.mkDefault "Europe/Berlin"; - services.kmscon.extraOptions = "--xkb-layout=us --xkb-variant=dvp"; + services.kmscon.extraOptions = "--xkb-layout=us --xkb-variant=dvp --no-mouse"; } ] ++ (lib.optional (options ? i18n.extraLocales) { i18n.extraLocales = [ "C.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" ]; -- cgit v1.2.3