aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-08-01 14:31:35 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-08-01 14:31:35 +0530
commitced774e19c36fb3b0b33a3846e7c9cf874b0c206 (patch)
tree9fc1d02ffcc3bcc61dbdd691787339c512864b95 /nixos
parentda900f6014b8fa65c5e097acfe6d949aee4a4179 (diff)
calibre
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 ];
}