mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-11 05:11:27 +03:00
Add desktop and icon (#212)
* nix flake update * nix: add desktop and icon closes #210
This commit is contained in:
@@ -44,6 +44,9 @@ rustPlatform.buildRustPackage {
|
||||
postInstall = ''
|
||||
wrapProgram "$out/bin/lan-mouse" \
|
||||
--set GDK_PIXBUF_MODULE_FILE ${pkgs.librsvg.out}/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
|
||||
|
||||
install -Dm444 *.desktop -t $out/share/applications
|
||||
install -Dm444 lan-mouse-gtk/resources/*.svg -t $out/share/icons/hicolor/scalable/apps
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user