teto
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user