Add switch to x11 layout
This commit is contained in:
parent
d9723bac55
commit
436863e523
4 changed files with 9 additions and 14 deletions
|
|
@ -2,8 +2,8 @@
|
|||
home = {
|
||||
language.base = "it_IT.UTF-8";
|
||||
keyboard = {
|
||||
layout = "it";
|
||||
options = [ "terminate:ctrl_alt_bksp" "compose:rctrl" ];
|
||||
layout = "it,us";
|
||||
options = [ "terminate:ctrl_alt_bksp" "compose:rctrl" "grp:menu_toggle" ];
|
||||
};
|
||||
packages = with pkgs; [
|
||||
pulseaudio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue