Remove Thunderbird

This commit is contained in:
Charlotte Van Petegem 2020-10-06 20:05:14 +02:00
parent a0ce6ef68c
commit 72da96bd78
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 0 additions and 13 deletions

View file

@ -1,12 +0,0 @@
{ ... }:
{
home-manager.users.charlotte = { pkgs, ... }: {
home.packages = with pkgs; [ thunderbird ];
};
custom.zfs.homeLinks = [
{ path = ".cache/thunderbird"; type = "cache"; }
{ path = ".thunderbird"; type = "data"; }
];
}