From 4d718de0996ff0d91ad6eeb0a87e98e81084ca07 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Mon, 12 Jul 2021 12:29:16 +0200 Subject: [PATCH] Revert "Add bubblemail" This reverts commit 3400498dbdce85dc99376806a0b242e5efc0da98. --- overlays/pkgSets.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/overlays/pkgSets.nix b/overlays/pkgSets.nix index 3f76fd2d..1db63691 100644 --- a/overlays/pkgSets.nix +++ b/overlays/pkgSets.nix @@ -40,11 +40,10 @@ self: super: { inherit (self) lm_sensors xwayland xdg_utils libnotify kassandra kassandra2 shotcut mlt audacity paprefs wl-clipboard nheko dconf2nix ; - bubblemail-service = self.bubblemail; inherit (self.gnomeExtensions) appindicator system-monitor clipboard-indicator emoji-selector sound-output-device-chooser window-is-ready-remover nothing-to-say notification-banner-position gtile - caffeine executor dash-to-panel bubblemail + caffeine executor dash-to-panel ; inherit (self.gnome) dconf dconf-editor gnome-tweaks gnome-shell-extensions adwaita-icon-theme @@ -56,7 +55,7 @@ self: super: { inherit (self) go gdb mpc_cli ncmpcpp shfmt htmlTidy astyle nodejs tasksh magic-wormhole nixfmt nixpkgs-fmt rnix-lsp tmate rustup kitty nix-top ghcWithPackages ghcid matrix-commander upterm - lazygit bubblemail + lazygit ; obelisk = (import self.sources.obelisk { }).command; };