supertux{,kart}: init

This commit is contained in:
2026-05-20 21:08:07 +02:00
parent da21b0286d
commit 500eb0ac87
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
supertux # fuck mario
supertuxkart # fuck mariokart
# my favorite italian plumber is free software
];
}