+ postInstall = ''
+ cp -r $desktopItem/share $out
+ '';
+
+ desktopItem = makeDesktopItem {
+ name = "Apps";
+ exec = "apps";
+ icon = ./apps.png;
+ comment = "Configure nix-env Apps";
+ desktopName = "Apps";
+ genericName = "Configure Apps";
+ categories = [ "Settings" ];
+ };
+
+ meta = {
+ description =
+ "A simple GUI for managing declarative nix-env user environments";
+ homepage = "https://git.scottworley.com/nix-env-apps";
+ license = pkgs.lib.licenses.gpl3;
+ maintainers = with pkgs.lib.maintainers; [ chkno ];
+ };
+