kdm: install default backgrounds

This commit is contained in:
Thomas Tuegel 2015-01-25 12:48:10 -06:00
parent c6f1c75472
commit 3a97ea592f

View File

@ -151,6 +151,9 @@ in
description = "KDM user"; description = "KDM user";
}; };
environment.systemPackages =
[ pkgs.kde4.kde_wallpapers ]; # contains kdm's default background
}; };
} }