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 runHook preInstall
mkdir -p $out/share/nova-shell 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/ 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 runHook postInstall
''; '';
}; };

View file

@ -0,0 +1,6 @@
[Desktop Entry]
Name=nova-shell
Comment=Minimal Quickshell bar for niri
Exec=nova-shell
Type=Application
NoDisplay=true

View file

@ -1,4 +1,5 @@
//@ pragma Env QS_NO_RELOAD_POPUP=1 //@ pragma Env QS_NO_RELOAD_POPUP=1
//@ pragma AppId space.darkest.nova-shell
import "modules" import "modules"
import "services" import "services"