From 72da96bd785a8290997fbbd8f1b8cae813197890 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 6 Oct 2020 20:05:14 +0200 Subject: [PATCH] Remove Thunderbird --- configurations/thunderbird.nix | 12 ------------ profiles/graphical.nix | 1 - 2 files changed, 13 deletions(-) delete mode 100644 configurations/thunderbird.nix 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