remove last building?

This commit is contained in:
Tao Tien 2026-06-09 22:57:19 -07:00
parent 19eaeb8c8a
commit 2a2308131d
4 changed files with 39 additions and 30 deletions

View file

@ -16,10 +16,13 @@ in {
};
environment.systemPackages =
(with pkgs-last-building; [
# lutris
])
++ (with pkgs; [
/*
(with pkgs-last-building; [
# lutris
])
++
*/
with pkgs; [
# keep-sorted start
# parsec-bin
# yuzu # nintendo can suck the shit out of my asshole
@ -35,7 +38,7 @@ in {
temurin-jre-bin-17
wine
# keep-sorted end
]);
];
networking.firewall.allowedTCPPorts = [25565];