Fix neo layout
This commit is contained in:
parent
c243056027
commit
3d5ac7673b
4 changed files with 8 additions and 18 deletions
|
|
@ -38,6 +38,7 @@
|
|||
./matrix
|
||||
./mobile-network.nix
|
||||
./mute-indicator.nix
|
||||
./neo.nix
|
||||
./networking
|
||||
./nix.nix
|
||||
./obs.nix
|
||||
|
|
|
|||
7
modules/neo.nix
Normal file
7
modules/neo.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
environment.variables = {
|
||||
XKB_DEFAULT_LAYOUT = "de,de";
|
||||
XKB_DEFAULT_VARIANT = "neo,";
|
||||
XKB_DEFAULT_OPTIONS = "grp:win_space_toggle";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue