Compare commits
2 commits
d17a7fbe9e
...
f71272abe5
Author | SHA1 | Date | |
---|---|---|---|
f71272abe5 | |||
037843f264 |
2 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -41,4 +41,6 @@
|
|||
virtualisation.docker.enable = true;
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
|
||||
time.timeZone = "Europe/Madrid";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue