added TUI the desktop packages and cad/printing packages

This commit is contained in:
steven carpenter 2025-08-19 02:30:45 -04:00
parent 4fafc9cff1
commit 40b5b58fcb

View file

@ -15,7 +15,7 @@
}; };
}; };
}; };
}; };
# Boot # Boot
boot = { boot = {
@ -56,7 +56,11 @@
firewall = { firewall = {
checkReversePath = "loose"; checkReversePath = "loose";
allowedTCPPorts = [ ]; 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.sk-extract.packages.${system}.default
inputs.yunodo.packages.${system}.default inputs.yunodo.packages.${system}.default
signal-desktop 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 # Fonts