Skip to content

Commit 310821a

Browse files
authoredNov 12, 2020
NixOS Download: recommend GNOME
The GNOME ISO correctly detects and configures HiDPI scaling. More, it supports changing the scale. The Plasma Desktop ISO doesn't detect and configure the scale automatically, and doesn't allow you to change it without restarting. This makes the GNOME ISO significantly more accessible for users on laptops with HiDPI displays.
1 parent a5c43ce commit 310821a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎download.tt

+4-4
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@
110110

111111
<ul class="download-buttons">
112112
<li>
113-
<a href="[%prefix%]/latest-nixos-plasma5-x86_64-linux.iso">Download (Plasma Desktop, 64bit)</a>
114-
<a href="[%prefix%]/latest-nixos-plasma5-x86_64-linux.iso.sha256">(SHA-256)</a>
113+
<a href="[%prefix%]/latest-nixos-gnome-x86_64-linux.iso">Download (GNOME, 64bit)</a>
114+
<a href="[%prefix%]/latest-nixos-gnome-x86_64-linux.iso.sha256">(SHA-256)</a>
115115
<span class="label -success">Recommended for most users</span>
116116
</li>
117117
<li>
118-
<a href="[%prefix%]/latest-nixos-gnome-x86_64-linux.iso">Download (GNOME, 64bit)</a>
119-
<a href="[%prefix%]/latest-nixos-gnome-x86_64-linux.iso.sha256">(SHA-256)</a>
118+
<a href="[%prefix%]/latest-nixos-plasma5-x86_64-linux.iso">Download (Plasma Desktop, 64bit)</a>
119+
<a href="[%prefix%]/latest-nixos-plasma5-x86_64-linux.iso.sha256">(SHA-256)</a>
120120
</li>
121121
</ul>
122122

0 commit comments

Comments
 (0)
Please sign in to comment.