diff options
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/apps.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/apps.nix b/nixos/apps.nix index 9fd3eec..5ce1279 100644 --- a/nixos/apps.nix +++ b/nixos/apps.nix @@ -14,7 +14,6 @@ obsidian libreoffice-qt6-fresh kdePackages.dolphin - nheko winePackages.stableFull winetricks vlc @@ -38,6 +37,8 @@ ]; }; + programs.thunderbird.enable = true; + networking.firewall.allowedTCPPorts = [ 53317 41567 ]; networking.firewall.allowedUDPPorts = [ 53317 41567 ]; } |
