switched to eurkey keyboard layout
This commit is contained in:
parent
eefb86b697
commit
1df7df00f4
4 changed files with 4 additions and 11 deletions
modules/default
|
@ -28,7 +28,7 @@
|
|||
networkmanager.enable = true;
|
||||
hostName = "${hostname}";
|
||||
};
|
||||
console.keyMap = "de";
|
||||
console.keyMap = "en";
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
system.stateVersion = "23.11";
|
||||
|
|
|
@ -10,12 +10,6 @@
|
|||
rightalt = "overload(altgr, rightalt)";
|
||||
capslock = "overload(control, esc)";
|
||||
};
|
||||
altgr = {
|
||||
a = ''macro(compose a ")'';
|
||||
o = ''macro(compose o ")'';
|
||||
u = ''macro(compose u ")'';
|
||||
s = ''macro(compose s s)'';
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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