mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
projects/gui: Completely removed email
This commit is contained in:
parent
60106e53af
commit
cb835e1e87
2 changed files with 0 additions and 13 deletions
|
|
@ -5,7 +5,6 @@
|
|||
./firefox
|
||||
./kitty.nix
|
||||
./packages.nix
|
||||
./email.nix
|
||||
./gpg.nix
|
||||
./bitw.nix
|
||||
./weechat.nix
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.notmuch = {
|
||||
enable = true;
|
||||
hooks = { preNew = "mbsync --all"; };
|
||||
};
|
||||
programs.mbsync.enable = true;
|
||||
programs.msmtp.enable = true;
|
||||
accounts.email = { maildirBasePath = "${config.home.homeDirectory}/mail"; };
|
||||
programs.vim.plugins = [ pkgs.arc.pkgs.vimPlugins.notmuch-vim ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue