xkb setting updated
This commit is contained in:
parent
d58ab736e6
commit
fe2b4d4c95
1 changed files with 4 additions and 12 deletions
|
@ -94,14 +94,6 @@
|
|||
openssh = {
|
||||
enable = true;
|
||||
};
|
||||
picom = {
|
||||
enable = true;
|
||||
fade = true;
|
||||
fadeDelta = 15;
|
||||
};
|
||||
spotifyd = {
|
||||
enable = true;
|
||||
};
|
||||
strongswan = {
|
||||
enable = true;
|
||||
secrets = [
|
||||
|
@ -110,10 +102,10 @@
|
|||
};
|
||||
xserver = {
|
||||
enable = true;
|
||||
# layout = "us";
|
||||
# xkbVariant = "colemak_dh_iso";
|
||||
layout = "se";
|
||||
xkbVariant = "";
|
||||
xkb = {
|
||||
layout = "se";
|
||||
variant = "";
|
||||
};
|
||||
displayManager = {
|
||||
startx = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue