Trying "intl" keyboard layout

This commit is contained in:
2025-10-31 14:01:08 +02:00
parent 5202b07174
commit a5b687509d
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1761373498, "lastModified": 1761672384,
"narHash": "sha256-Q/uhWNvd7V7k1H1ZPMy/vkx3F8C13ZcdrKjO7Jv7v0c=", "narHash": "sha256-o9KF3DJL7g7iYMZq9SWgfS1BFlNbsm6xplRjVlOCkXI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce", "rev": "08dacfca559e1d7da38f3cf05f1f45ee9bfd213c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -9,7 +9,7 @@
enable = true; enable = true;
displayManager.gdm.enable = true; displayManager.gdm.enable = true;
layout = "us"; layout = "us";
xkbVariant = ""; xkbVariant = "intl";
}; };
# Enable sound with pipewire. # Enable sound with pipewire.