Skip to content

Commit

Permalink
iso_graphical: fix warning about Plasma 5 desktop module name
Browse files Browse the repository at this point in the history
(cherry picked from commit 80e883a)
  • Loading branch information
ttuegel authored and globin committed Mar 6, 2017
1 parent 678f5dd commit d1ed241
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ with lib;
autoLogin = true;
};

desktopManager.kde5 = {
desktopManager.plasma5 = {
enable = true;
enableQt4Support = false;
};
Expand Down Expand Up @@ -66,7 +66,7 @@ with lib;
in ''
mkdir -p /root/Desktop
ln -sfT ${desktopFile} /root/Desktop/nixos-manual.desktop
ln -sfT ${pkgs.kdeApplications.konsole}/share/applications/org.kde.konsole.desktop /root/Desktop/org.kde.konsole.desktop
ln -sfT ${pkgs.konsole}/share/applications/org.kde.konsole.desktop /root/Desktop/org.kde.konsole.desktop
ln -sfT ${pkgs.gparted}/share/applications/gparted.desktop /root/Desktop/gparted.desktop
'';

Expand Down

0 comments on commit d1ed241

Please sign in to comment.