switched to eurkey keyboard layout
This commit is contained in:
parent
eefb86b697
commit
1df7df00f4
4 changed files with 4 additions and 11 deletions
|
@ -40,10 +40,10 @@ lib.mkIf config.desktop.hyprland.enable {
|
|||
xwayland.force_zero_scaling = true;
|
||||
|
||||
input = {
|
||||
kb_layout = "us";
|
||||
kb_layout = "eu";
|
||||
kb_variant = "";
|
||||
kb_model = "";
|
||||
kb_options = "compose:menu";
|
||||
kb_options = "";
|
||||
kb_rules = "";
|
||||
|
||||
|
||||
|
|
|
@ -30,8 +30,7 @@ lib.mkIf config.desktop.enable {
|
|||
|
||||
input = {
|
||||
keyboard.xkb = {
|
||||
layout = "us(euro)";
|
||||
options = "compose:menu";
|
||||
layout = "eu";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue