aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/apps.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/nixos/apps.nix b/nixos/apps.nix
index 5ce1279..8b40c68 100644
--- a/nixos/apps.nix
+++ b/nixos/apps.nix
@@ -12,6 +12,7 @@
libresprite
parted
obsidian
+ calibre
libreoffice-qt6-fresh
kdePackages.dolphin
winePackages.stableFull
@@ -39,6 +40,6 @@
programs.thunderbird.enable = true;
- networking.firewall.allowedTCPPorts = [ 53317 41567 ];
- networking.firewall.allowedUDPPorts = [ 53317 41567 ];
+ networking.firewall.allowedTCPPorts = [ 53317 41567 5173 ];
+ networking.firewall.allowedUDPPorts = [ 53317 41567 5173 ];
}