stuff
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{ pkgs, config, persistentDir, ... }: {
|
||||
|
||||
## thunderbird settings
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
|
||||
@@ -8,8 +9,23 @@
|
||||
};
|
||||
};
|
||||
|
||||
## mail archiveing...
|
||||
|
||||
/*
|
||||
|
||||
## email accounts
|
||||
/*
|
||||
accounts.email.accounts.sewi-gmail = {
|
||||
flavor = "gmail.com";
|
||||
};
|
||||
|
||||
accounts.email.accounts.c2vi-gmail = {
|
||||
flavor = "gmail.com";
|
||||
};
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
# not working....
|
||||
home.file.".thunderbird" = {
|
||||
force = true;
|
||||
source = config.lib.file.mkOutOfStoreSymlink "${persistentDir}/thunderbird";
|
||||
|
||||
Reference in New Issue
Block a user