initial migration
This commit is contained in:
parent
01fb98ba10
commit
59a1fbaf0f
54 changed files with 522 additions and 613 deletions
|
|
@ -14,7 +14,7 @@ in
|
|||
enable = true;
|
||||
package = pkgs.thunderbird-latest;
|
||||
|
||||
profiles.${config.snowfallorg.user.name} = {
|
||||
profiles.chris = {
|
||||
isDefault = true;
|
||||
};
|
||||
};
|
||||
|
|
@ -30,7 +30,7 @@ in
|
|||
};
|
||||
thunderbird = {
|
||||
enable = true;
|
||||
profiles = [ config.snowfallorg.user.name ];
|
||||
profiles = [ "chris" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue