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: 96f234954830
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: 9caf34cb410c
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 11, 2020

  1. clean up news (#388)

    removed duplicate link (i just opened every link and one was the same URL, bad UX)
    
    also removed `.` in the brackets
    davidak authored Apr 11, 2020
    1
    Copy the full SHA
    9caf34c View commit details
Showing with 4 additions and 6 deletions.
  1. +4 −6 news.xml
10 changes: 4 additions & 6 deletions news.xml
Original file line number Diff line number Diff line change
@@ -1076,18 +1076,16 @@ $ nix-store -qR /run/current-system | grep openssl
We now have a fairly complete set of KDE 4.2 packages in Nixpkgs
and NixOS. Previously we had KDE 3.5, but it was rather
incomplete: just <tt>kdelibs</tt> and <tt>kdebase</tt>.
Now we have all that <a
href="nixos/screenshots/nixos-kde42-2.png">desktop
goodness</a>, such as <tt>kdemultimedia</tt>,
<tt>kdenetwork</tt> and <tt>kdegames</tt>. You can
enable KDE 4 in NixOS by setting the
Now we have all that desktop goodness, such as
<tt>kdemultimedia</tt>, <tt>kdenetwork</tt> and <tt>kdegames</tt>.
You can enable KDE 4 in NixOS by setting the
<tt>services.xserver.sessionType</tt> option to
<tt>kde4</tt>. Thanks go to Yury G. Kudryashov, Andrew
Morsillo and Sander van der Burg for doing the hard work on
adding KDE 4 to Nixpkgs. (<a
href="nixos/screenshots/nixos-kde42-1.png">Screenshot 1</a>,
<a href="nixos/screenshots/nixos-kde42-2.png">screenshot
2</a>.)
2</a>)
</description>
</item>