From 40b5b58fcb78778914b6127bc5717892b80258eb Mon Sep 17 00:00:00 2001 From: steven carpenter Date: Tue, 19 Aug 2025 02:30:45 -0400 Subject: [PATCH] added TUI the desktop packages and cad/printing packages --- hosts/katana.nix | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/hosts/katana.nix b/hosts/katana.nix index ca27532..912a53f 100644 --- a/hosts/katana.nix +++ b/hosts/katana.nix @@ -15,7 +15,7 @@ }; }; }; - }; +}; # Boot boot = { @@ -56,7 +56,11 @@ firewall = { checkReversePath = "loose"; allowedTCPPorts = [ ]; - allowedUDPPorts = [ ]; + allowedUDPPorts = [ 1990 2021 ]; + extraCommands = '' + iptables -I INPUT -m pkttype --pkt-type multicast -j ACCEPT + iptables -A INPUT -m pkttype --pkt-type multicast -j ACCEPT + ''; }; }; @@ -147,6 +151,14 @@ inputs.sk-extract.packages.${system}.default inputs.yunodo.packages.${system}.default signal-desktop + bat #cat but better in rust + xclip #fixes nvim clipboard + pop #send email form the terminal + invoice #CLI invoice generator + freecad #cad software for 3d modeling + openscad #cad software for 3d modeling programattically + orca-slicer #3d printer slicer + wishlist #ssh bastion ]; # Fonts