From 86b268fbf11153089ee48f6812b63dde50f4e1b9 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Tue, 9 Dec 2025 23:35:11 +0500 Subject: [PATCH] feat: add thunderbird to work laptop --- hosts/common/optional/thunderbird.nix | 5 +++++ hosts/nixos/blueocean/default.nix | 1 + 2 files changed, 6 insertions(+) create mode 100644 hosts/common/optional/thunderbird.nix diff --git a/hosts/common/optional/thunderbird.nix b/hosts/common/optional/thunderbird.nix new file mode 100644 index 0000000..7a5953f --- /dev/null +++ b/hosts/common/optional/thunderbird.nix @@ -0,0 +1,5 @@ +{...}: { + programs.thunderbird = { + enable = true; + }; +} diff --git a/hosts/nixos/blueocean/default.nix b/hosts/nixos/blueocean/default.nix index b3fa50c..0cda693 100644 --- a/hosts/nixos/blueocean/default.nix +++ b/hosts/nixos/blueocean/default.nix @@ -45,6 +45,7 @@ "docker" "hyprland" "nix-ld" + "thunderbird" "secure-boot" "slack" "yubikey"