1
0
Fork 0

Compare commits

...

2 commits

2 changed files with 3 additions and 1 deletions

View file

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

View file

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