Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a5c43cea96f9
Choose a base ref
...
head repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 659478440e0c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 12, 2020

  1. 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.
    grahamc authored Nov 12, 2020
    Copy the full SHA
    310821a View commit details
  2. Merge pull request #641 from NixOS/prefer-gnome-iso

    NixOS Download: recommend GNOME
    grahamc authored Nov 12, 2020
    1
    Copy the full SHA
    6594784 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 download.tt
8 changes: 4 additions & 4 deletions download.tt
Original file line number Diff line number Diff line change
@@ -110,13 +110,13 @@

<ul class="download-buttons">
<li>
<a href="[%prefix%]/latest-nixos-plasma5-x86_64-linux.iso">Download (Plasma Desktop, 64bit)</a>
<a href="[%prefix%]/latest-nixos-plasma5-x86_64-linux.iso.sha256">(SHA-256)</a>
<a href="[%prefix%]/latest-nixos-gnome-x86_64-linux.iso">Download (GNOME, 64bit)</a>
<a href="[%prefix%]/latest-nixos-gnome-x86_64-linux.iso.sha256">(SHA-256)</a>
<span class="label -success">Recommended for most users</span>
</li>
<li>
<a href="[%prefix%]/latest-nixos-gnome-x86_64-linux.iso">Download (GNOME, 64bit)</a>
<a href="[%prefix%]/latest-nixos-gnome-x86_64-linux.iso.sha256">(SHA-256)</a>
<a href="[%prefix%]/latest-nixos-plasma5-x86_64-linux.iso">Download (Plasma Desktop, 64bit)</a>
<a href="[%prefix%]/latest-nixos-plasma5-x86_64-linux.iso.sha256">(SHA-256)</a>
</li>
</ul>