diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 35e1171..d72f549 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -374,7 +374,7 @@ in # Open ports in the firewall. networking.firewall.trustedInterfaces = [ "p2p-wl+" ]; 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. # networking.firewall.enable = false; diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 7e62018..a9fd632 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -12,6 +12,18 @@ # Packages that should be installed to the user profile. home.packages = with pkgs; [ + # TODO categorize later + pixelorama + helvum + kooha + mangohud + mcstatus + autossh + godot_4 + ffmpeg + cheat + glxinfo + # my scripts # ((import ../scripts/rebuild.nix) {inherit pkgs;}) # outdated wineWowPackages.waylandFull @@ -75,6 +87,7 @@ superTux superTuxKart lutris + minetest # dev # jetbrains.jdk jetbrains.idea-community