mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-07-03 06:56:00 +00:00
~
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
f2e479415c
commit
146a2de0ec
8 changed files with 40 additions and 6 deletions
|
@ -74,7 +74,7 @@
|
|||
# };
|
||||
|
||||
networking = {
|
||||
firewall.allowedTCPPorts = [ 80 443 8080 19132 25565 ];
|
||||
firewall.allowedTCPPorts = [ 80 443 5900 8080 19132 25565 ];
|
||||
hosts = {
|
||||
"10.0.0.2" = [ "near" "near.local" ];
|
||||
};
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
python313 # High-level dynamically-typed programming language
|
||||
vala # Compiler for GObject type system
|
||||
## language servers
|
||||
nodePackages.vscode-json-languageserver # JSON
|
||||
lua-language-server # Lua
|
||||
mesonlsp # Meson
|
||||
nil # Nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue