From 98a9a8c3097db3970195f2adbe9e5278983e002d Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sun, 1 Oct 2023 10:14:15 +0200 Subject: [PATCH] add thunderbird closes #20 --- home.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home.nix b/home.nix index 253de00..5dc3a36 100644 --- a/home.nix +++ b/home.nix @@ -134,6 +134,13 @@ in }; extraConfig = "User root"; }; + + thunderbird = { + enable = true; + profiles.default = { + isDefault = true; + }; + }; }; # Let home-manager manage the X session