add desktop entry and app id for portal registration

This commit is contained in:
Damocles 2026-04-26 18:50:36 +02:00
parent 7e594b7f8d
commit eda0fb4376
3 changed files with 9 additions and 0 deletions

View file

@ -26,6 +26,8 @@ let
runHook preInstall
mkdir -p $out/share/nova-shell
cp -r shell/shell.qml shell/modules shell/services shell/applets shell/dock shell/lock shell/assets $out/share/nova-shell/
mkdir -p $out/share/applications
cp shell/assets/space.darkest.nova-shell.desktop $out/share/applications/
runHook postInstall
'';
};