From c3e54da68c951d1ef7617dad4c4f85125f21121c Mon Sep 17 00:00:00 2001
From: Crony Akatsuki <crony@cronyakatsuki.xyz>
Date: Sun, 16 Feb 2025 12:53:54 +0100
Subject: [PATCH] Install delfin and thunderbird.

---
 hosts/nixos/home.nix | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix
index 29b0a8c..830f844 100644
--- a/hosts/nixos/home.nix
+++ b/hosts/nixos/home.nix
@@ -39,6 +39,7 @@
     aria2
     osu-lazer-bin
     overskride
+    delfin
   ];
 
   # Install librewolf
@@ -64,6 +65,11 @@
     ];
   };
 
+  programs.thunderbird = {
+    enable = true;
+    profiles.default.isDefault = true;
+  };
+
   # Install foot
   programs.foot.enable = true;