1
0
Fork 0

Add bubblemail

This commit is contained in:
Malte Brandy 2021-07-12 12:11:17 +02:00
parent 7db0487921
commit 3400498dbd
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -40,10 +40,11 @@ self: super: {
inherit (self) lm_sensors xwayland xdg_utils libnotify kassandra kassandra2 shotcut mlt audacity paprefs wl-clipboard inherit (self) lm_sensors xwayland xdg_utils libnotify kassandra kassandra2 shotcut mlt audacity paprefs wl-clipboard
nheko dconf2nix nheko dconf2nix
; ;
bubblemail-service = self.bubblemail;
inherit (self.gnomeExtensions) appindicator system-monitor inherit (self.gnomeExtensions) appindicator system-monitor
clipboard-indicator emoji-selector sound-output-device-chooser clipboard-indicator emoji-selector sound-output-device-chooser
window-is-ready-remover nothing-to-say notification-banner-position gtile 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) inherit (self.gnome)
dconf dconf-editor gnome-tweaks gnome-shell-extensions adwaita-icon-theme dconf dconf-editor gnome-tweaks gnome-shell-extensions adwaita-icon-theme
@ -55,7 +56,7 @@ self: super: {
inherit (self) inherit (self)
go gdb mpc_cli ncmpcpp shfmt htmlTidy astyle nodejs tasksh magic-wormhole 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 nixfmt nixpkgs-fmt rnix-lsp tmate rustup kitty nix-top ghcWithPackages ghcid matrix-commander upterm
lazygit lazygit bubblemail
; ;
obelisk = (import self.sources.obelisk { }).command; obelisk = (import self.sources.obelisk { }).command;
}; };