diff --git a/configurations/thunderbird.nix b/configurations/thunderbird.nix deleted file mode 100644 index 9cc0a3f9..00000000 --- a/configurations/thunderbird.nix +++ /dev/null @@ -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"; } - ]; -} diff --git a/profiles/graphical.nix b/profiles/graphical.nix index 1c5a28b9..83c75c3f 100644 --- a/profiles/graphical.nix +++ b/profiles/graphical.nix @@ -24,7 +24,6 @@ ../configurations/steam.nix ../configurations/teams.nix ../configurations/themes.nix - ../configurations/thunderbird.nix ../configurations/virtualbox.nix ../configurations/xdg-dirs.nix ../configurations/zeroad.nix