Add tootle back

This commit is contained in:
Nathan McCarty 2023-03-03 19:26:05 -05:00
parent 354363233a
commit 756967d609
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 15 deletions

View File

@ -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
]; ];