mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
separate groups and himalaya
This commit is contained in:
@ -5,7 +5,6 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# neomutt
|
||||
himalaya # Email
|
||||
qbittorrent
|
||||
|
||||
# Encryption
|
||||
@ -19,25 +18,5 @@
|
||||
NOTES_PATH = "$HOME/dev/personal/notes";
|
||||
};
|
||||
|
||||
# Email
|
||||
# programs.himalaya = {
|
||||
# enable = true;
|
||||
# settings = {
|
||||
# name = "${name}";
|
||||
# downloads-dir = "~/Downloads";
|
||||
# home = {
|
||||
# default = true;
|
||||
# email = "censored";
|
||||
# imap-host = "censored";
|
||||
# imap-port = 993;
|
||||
# imap-login = "censored";
|
||||
# imap-passwd-cmd = "cat ~/.config/himalaya/passwd";
|
||||
# smtp-host = "censored";
|
||||
# smtp-port = 587;
|
||||
# smtp-login = "censored";
|
||||
# smtp-passwd-cmd = "cat ~/.config/himalaya/passwd";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user