tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
dropbox: Fix missing icon from the desktop item
nashamri
4 years ago
a5293373
2606cb0f
+1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
dropbox
default.nix
+1
pkgs/applications/networking/dropbox/default.nix
···
26
genericName = "File Synchronizer";
27
categories = "Network;FileTransfer;";
28
startupNotify = "false";
0
29
};
30
in
31
···
26
genericName = "File Synchronizer";
27
categories = "Network;FileTransfer;";
28
startupNotify = "false";
29
+
icon = "dropbox";
30
};
31
in
32