Add tootle back
This commit is contained in:
parent
354363233a
commit
756967d609
|
@ -53,15 +53,6 @@
|
||||||
${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;
|
|
||||||
# };
|
|
||||||
# Messages
|
|
||||||
messagesItem = pkgs.makeDesktopItem {
|
messagesItem = pkgs.makeDesktopItem {
|
||||||
name = "messages";
|
name = "messages";
|
||||||
desktopName = "Messages (Chromium)";
|
desktopName = "Messages (Chromium)";
|
||||||
|
@ -84,21 +75,16 @@
|
||||||
tdesktop
|
tdesktop
|
||||||
# Desktop mastodon client
|
# Desktop mastodon client
|
||||||
# TODO: Reenable when unbroken on unstable
|
# TODO: Reenable when unbroken on unstable
|
||||||
# tootle
|
tootle
|
||||||
# zulip
|
# zulip
|
||||||
unstable.zulip
|
unstable.zulip
|
||||||
zulipWayland
|
zulipWayland
|
||||||
# Zoom (for work, sadly)
|
|
||||||
unstable.zoom-us
|
|
||||||
# Teams (also for work)
|
|
||||||
unstable.teams
|
|
||||||
# Cinny for pretty matrix
|
# Cinny for pretty matrix
|
||||||
cinnyItem
|
cinnyItem
|
||||||
# chromium
|
# chromium
|
||||||
(enableWayland chromium "chromium")
|
(enableWayland chromium "chromium")
|
||||||
# Wayland workaround packages
|
# Wayland workaround packages
|
||||||
fbChromeDesktopItem
|
fbChromeDesktopItem
|
||||||
teamsItem
|
|
||||||
# Messages
|
# Messages
|
||||||
messagesItem
|
messagesItem
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue