From 4fb4790eaa89d2ce2464618168755d6409ff20b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Sun, 3 Mar 2024 12:45:44 +0100 Subject: [PATCH] 47 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 * --- hosts/MaxNixosLaptop/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/MaxNixosLaptop/home.nix b/hosts/MaxNixosLaptop/home.nix index da3cab9..a7ecae6 100644 --- a/hosts/MaxNixosLaptop/home.nix +++ b/hosts/MaxNixosLaptop/home.nix @@ -93,6 +93,9 @@ wayland.windowManager.sway = { enable = true; config = rec { + input = { + "*" = {layout = "de";}; + }; modifier = "Mod4"; # use foot as default terminal terminal = "foot";