Added: Geary
This commit is contained in:
parent
92e42f092d
commit
2cca48e010
4
home/programs/productivity/geary.nix
Normal file
4
home/programs/productivity/geary.nix
Normal file
@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.geary.enable = true;
|
||||
}
|
@ -1,36 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Install Thunderbird
|
||||
home.packages = with pkgs; [
|
||||
thunderbird
|
||||
];
|
||||
|
||||
# Configure Thunderbird using profiles.ini
|
||||
programs.thunderbird.enable = true;
|
||||
programs.thunderbird.profiles."default" = {
|
||||
isDefault = true;
|
||||
settings = {
|
||||
mail.check_default_mail = false;
|
||||
# Add other Thunderbird settings here if needed
|
||||
};
|
||||
accounts = [
|
||||
{
|
||||
name = "Phil Keier (Hotmail)";
|
||||
server = "imap-mail.outlook.com";
|
||||
user = "phil.keier@hotmail.com";
|
||||
port = 993;
|
||||
ssl = true;
|
||||
type = "imap";
|
||||
identity = {
|
||||
name = "Phil Keier";
|
||||
email = "phil.keier@hotmail.com";
|
||||
smtpServer = "smtp-mail.outlook.com";
|
||||
smtpPort = 587;
|
||||
smtpSsl = true;
|
||||
smtpUsername = "phil.keier@hotmail.com";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
@ -22,6 +22,7 @@
|
||||
../../home/programs/productivity/blender.nix
|
||||
../../home/programs/productivity/slicer.nix
|
||||
../../home/programs/productivity/okular.nix
|
||||
../../home/programs/productivity/geary.nix
|
||||
|
||||
../../home/programs/social/element.nix
|
||||
../../home/programs/social/webcord.nix
|
||||
|
Loading…
Reference in New Issue
Block a user