added TUI the desktop packages and cad/printing packages
This commit is contained in:
parent
4fafc9cff1
commit
40b5b58fcb
1 changed files with 14 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue