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 = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
picom = {
|
|
||||||
enable = true;
|
|
||||||
fade = true;
|
|
||||||
fadeDelta = 15;
|
|
||||||
};
|
|
||||||
spotifyd = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
strongswan = {
|
strongswan = {
|
||||||
enable = true;
|
enable = true;
|
||||||
secrets = [
|
secrets = [
|
||||||
|
@ -110,10 +102,10 @@
|
||||||
};
|
};
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# layout = "us";
|
xkb = {
|
||||||
# xkbVariant = "colemak_dh_iso";
|
layout = "se";
|
||||||
layout = "se";
|
variant = "";
|
||||||
xkbVariant = "";
|
};
|
||||||
displayManager = {
|
displayManager = {
|
||||||
startx = {
|
startx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue