aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-07-15 14:04:46 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-07-15 14:04:46 +0530
commitab3cc0ee160e6b7f5e8c54e8a7387ffcbaa877ef (patch)
treec2cdae015a1c1edfddc25f44c3b0a48615282c68 /nixos
parent50d76edf41897648e9154412ea5348ea50d7191b (diff)
using thunderbird for matrix.org instead of nheon
bonus now my mail is managed by this
Diffstat (limited to 'nixos')
-rw-r--r--nixos/apps.nix3
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 ];
}