mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-22 11:17:56 +01:00
more packages + xon port
This commit is contained in:
parent
49ed89bbfd
commit
94bb6c936a
2 changed files with 14 additions and 1 deletions
|
@ -374,7 +374,7 @@ in
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
networking.firewall.trustedInterfaces = [ "p2p-wl+" ];
|
networking.firewall.trustedInterfaces = [ "p2p-wl+" ];
|
||||||
networking.firewall.allowedTCPPorts = [ 5900 5905 7236 7250 ];
|
networking.firewall.allowedTCPPorts = [ 5900 5905 7236 7250 ];
|
||||||
networking.firewall.allowedUDPPorts = [ 5900 5905 7236 5353 ];
|
networking.firewall.allowedUDPPorts = [ 5900 5905 7236 5353 26000 ];
|
||||||
|
|
||||||
# Or disable the firewall altogether.
|
# Or disable the firewall altogether.
|
||||||
# networking.firewall.enable = false;
|
# networking.firewall.enable = false;
|
||||||
|
|
|
@ -12,6 +12,18 @@
|
||||||
|
|
||||||
# Packages that should be installed to the user profile.
|
# Packages that should be installed to the user profile.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
# TODO categorize later
|
||||||
|
pixelorama
|
||||||
|
helvum
|
||||||
|
kooha
|
||||||
|
mangohud
|
||||||
|
mcstatus
|
||||||
|
autossh
|
||||||
|
godot_4
|
||||||
|
ffmpeg
|
||||||
|
cheat
|
||||||
|
glxinfo
|
||||||
|
|
||||||
# my scripts
|
# my scripts
|
||||||
# ((import ../scripts/rebuild.nix) {inherit pkgs;}) # outdated
|
# ((import ../scripts/rebuild.nix) {inherit pkgs;}) # outdated
|
||||||
wineWowPackages.waylandFull
|
wineWowPackages.waylandFull
|
||||||
|
@ -75,6 +87,7 @@
|
||||||
superTux
|
superTux
|
||||||
superTuxKart
|
superTuxKart
|
||||||
lutris
|
lutris
|
||||||
|
minetest
|
||||||
# dev
|
# dev
|
||||||
# jetbrains.jdk
|
# jetbrains.jdk
|
||||||
jetbrains.idea-community
|
jetbrains.idea-community
|
||||||
|
|
Loading…
Reference in a new issue