This commit is contained in:
unexplrd
2025-02-23 20:03:22 +02:00
parent 4d3c1695d8
commit 9758aef906
2 changed files with 25 additions and 9 deletions

View File

@ -1279,6 +1279,18 @@ in {
"x-scheme-handler/unknown" = web_browser;
};
};
desktopEntries = {
zen-browser-profile = {
name = "Zen Browser (Choose profile)";
icon = "app.zen_browser.zen";
exec = "flatpak run --branch=stable --arch=x86_64 --command=launch-script.sh --file-forwarding app.zen_browser.zen --ProfileManager @@u %u @@";
};
logseq-wayland = {
name = "Logseq Desktop (Wayland)";
icon = "com.logseq.Logseq";
exec = "flatpak run --branch=stable --arch=x86_64 --command=run.sh --file-forwarding com.logseq.Logseq @@u %U @@ --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-features=WaylandWindowDecorations";
};
};
};
systemd.user = {
settings.Manager.DefaultEnvironment = {