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"'';
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 {
name = "messages";
desktopName = "Messages (Chromium)";
@ -84,21 +75,16 @@
tdesktop
# Desktop mastodon client
# TODO: Reenable when unbroken on unstable
# tootle
tootle
# zulip
unstable.zulip
zulipWayland
# Zoom (for work, sadly)
unstable.zoom-us
# Teams (also for work)
unstable.teams
# Cinny for pretty matrix
cinnyItem
# chromium
(enableWayland chromium "chromium")
# Wayland workaround packages
fbChromeDesktopItem
teamsItem
# Messages
messagesItem
];