Pocket: Rotate the display.

This commit is contained in:
Dmitry Voronin 2024-11-07 13:40:10 +03:00
parent ac0727ad07
commit affa12a1bc
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -8,9 +8,14 @@
module = {
autoupdate.enable = true;
builder.client.enable = true;
sway.enable = true;
keyd.enable = true;
print.enable = true;
sway = {
enable = true;
extraConfig = ''
output DSI-1 transform 90
'';
};
kernel = {
enable = true;
latest = true;