diff options
author | Adrian Kummerlaender | 2020-10-04 12:55:29 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2020-10-04 12:55:29 +0200 |
commit | f74279d7639298e9fc702d11a6cb3a0976375d7e (patch) | |
tree | fb137af37555c7b89070aac76f2d1d3df51c3b6e /gui/apps | |
parent | a6ed44690e7b6d8391b094801b94117871f8d511 (diff) | |
download | nixos_home-f74279d7639298e9fc702d11a6cb3a0976375d7e.tar nixos_home-f74279d7639298e9fc702d11a6cb3a0976375d7e.tar.gz nixos_home-f74279d7639298e9fc702d11a6cb3a0976375d7e.tar.bz2 nixos_home-f74279d7639298e9fc702d11a6cb3a0976375d7e.tar.lz nixos_home-f74279d7639298e9fc702d11a6cb3a0976375d7e.tar.xz nixos_home-f74279d7639298e9fc702d11a6cb3a0976375d7e.tar.zst nixos_home-f74279d7639298e9fc702d11a6cb3a0976375d7e.zip |
Remove Thunderbird from environment
Fully switched to mu4e now.
Should rethink the default application Nix config at some point.
Diffstat (limited to 'gui/apps')
-rw-r--r-- | gui/apps/web.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/apps/web.nix b/gui/apps/web.nix index eab7dbd..7c102f0 100644 --- a/gui/apps/web.nix +++ b/gui/apps/web.nix @@ -3,7 +3,6 @@ { home = { packages = (with pkgs; [ - thunderbird tdesktop ]) ++ (with pkgs-unstable; [ zotero |