From 3400498dbdce85dc99376806a0b242e5efc0da98 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Mon, 12 Jul 2021 12:11:17 +0200 Subject: [PATCH] Add bubblemail --- overlays/pkgSets.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/overlays/pkgSets.nix b/overlays/pkgSets.nix index 1db63691..3f76fd2d 100644 --- a/overlays/pkgSets.nix +++ b/overlays/pkgSets.nix @@ -40,10 +40,11 @@ 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 + caffeine executor dash-to-panel bubblemail ; inherit (self.gnome) dconf dconf-editor gnome-tweaks gnome-shell-extensions adwaita-icon-theme @@ -55,7 +56,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 + lazygit bubblemail ; obelisk = (import self.sources.obelisk { }).command; };