diff --git a/hosts/thinix-thinkpad/configuration.nix b/hosts/thinix-thinkpad/configuration.nix index b4dff6d..db66e93 100644 --- a/hosts/thinix-thinkpad/configuration.nix +++ b/hosts/thinix-thinkpad/configuration.nix @@ -27,10 +27,10 @@ size = 4096; }]; - services.xserver.xkb = { - layout = "de"; # or "us" or whatever base - }; - console.useXkbConfig = true; # to make it apply on TTY too + services.udev.extraRules = '' + # Ignore internal NVMe Windows partition + KERNEL=="uinput", MODE="0660", GROUP="uinput", OPTIONS+="static_node=uinput" + ''; system.stateVersion = "24.11"; # Dont change this }