1
0
Fork 0

Compare commits

..

No commits in common. "f71272abe5e5359111511e74446fbe11d14c20f0" and "d17a7fbe9e3aa73adfa13029db1124bfd8f2e28f" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -5,7 +5,7 @@
packages = with pkgs; [ python3 ];
};
programs.zsh.initContent = lib.mkAfter ''
setxkbmap -layout es -variant dvorak 2> /dev/null
setxkbmap -layout es -variant dvorak > /dev/null
WAYLAND_DISPLAY="wayland-1"
'';
}

View file

@ -41,6 +41,4 @@
virtualisation.docker.enable = true;
system.stateVersion = "24.11";
time.timeZone = "Europe/Madrid";
}