add thunderbird on haze

This commit is contained in:
2025-02-12 16:23:13 +01:00
parent b5074f5d14
commit 443997f66d
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
inputs.impermanence.nixosModules.impermanence
./boot.nix
./disk.nix
./thunderbird.nix
./hardware.nix
./network.nix
./sway.nix

View File

@@ -0,0 +1,3 @@
{
programs.thunderbird.enable = true;
}