update 10/19/2024

This commit is contained in:
2024-10-19 00:04:55 +09:00
parent ddd508b148
commit a72167be09
10 changed files with 76 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
minecraft
];
}