Discord chromium
This commit is contained in:
parent
5f404c4ea5
commit
0691a38da5
|
@ -51,10 +51,19 @@
|
||||||
${pkgs.chromium}/bin/chromium --enable-features=UseOzonePlatform -ozone-platform=wayland "--app=https://app.cinny.in"'';
|
${pkgs.chromium}/bin/chromium --enable-features=UseOzonePlatform -ozone-platform=wayland "--app=https://app.cinny.in"'';
|
||||||
terminal = false;
|
terminal = false;
|
||||||
};
|
};
|
||||||
|
# Discord
|
||||||
|
discordItem = pkgs.makeDesktopItem {
|
||||||
|
name = "discord";
|
||||||
|
desktopName = "Discord (Chromium)";
|
||||||
|
exec = ''
|
||||||
|
${pkgs.chromium}/bin/chromium --enable-features=UseOzonePlatform -ozone-platform=wayland "--app=https://discord.com/app"'';
|
||||||
|
terminal = false;
|
||||||
|
};
|
||||||
in [
|
in [
|
||||||
# Discord
|
# Discord
|
||||||
inputs.self.packages.${pkgs.system}.discordWayland
|
# inputs.self.packages.${pkgs.system}.discordWayland
|
||||||
betterdiscordctl
|
# betterdiscordctl
|
||||||
|
discordItem
|
||||||
# Desktop matrix client
|
# Desktop matrix client
|
||||||
(enableWayland element-desktop "element-desktop")
|
(enableWayland element-desktop "element-desktop")
|
||||||
# Desktop signal client
|
# Desktop signal client
|
||||||
|
|
Loading…
Reference in New Issue