This guide will cover the basics on how to integrate emacs with protonmail-bridge using
- mu4e
- mbsync
- smtpmail
- protonmail-bridge
| [package] | |
| name = "test-rust" | |
| version = "0.1.0" | |
| authors = ["yihuang <yi.codeplayer@gmail.com>"] | |
| edition = "2018" | |
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
| [dependencies] |
| { config, lib, pkgs, ... }: let do_graphical = true; in { | |
| imports = [./hardware-configuration.nix]; | |
| nix = { | |
| maxJobs = 2; | |
| buildCores = 6; | |
| buildMachines = [{ | |
| hostName="rockpro64-nixos.local"; | |
| sshUser="nixdistbuild"; | |
| sshKey="/root/.ssh/id_buildmaster"; | |
| system="aarch64-linux"; |
| #include <gtk/gtk.h> | |
| /* Login prompt text */ | |
| static const char *user_text = "Username"; | |
| /* Password prompt text */ | |
| static const char *pass_text = "Password"; | |
| /* Session name */ | |
| static const char *session = "sway"; | |
| /* GTK UI CSS */ | |
| static const gchar *style = |
| # Please see the script's new home: https://github.com/alphapapa/magit.sh |
This guide will cover the basics on how to integrate emacs with protonmail-bridge using
| # Baseed on previous attempts of others: https://github.com/NixOS/nixpkgs/issues/41189 | |
| { lib, vscode-utils, autoPatchelfHook, bash, file, makeWrapper, dotnet-sdk | |
| , curl, gcc, icu, libkrb5, libsecret, libunwind, libX11, lttng-ust, openssl, utillinux, zlib | |
| , enableDiagnosticsWorkaround ? false, gccStdenv | |
| }: | |
| with lib; | |
| let | |
| # https://docs.microsoft.com/en-us/visualstudio/liveshare/reference/linux#install-prerequisites-manually |