Added some packages

This commit is contained in:
2025-03-08 19:00:55 +09:00
parent 6ce0c1da57
commit 9e2b554152
7 changed files with 66 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
python311
];
}