This commit is contained in:
Julian Sutter 2023-03-06 09:52:32 -08:00
parent eae7167636
commit d0efd4fe0d
5 changed files with 27 additions and 12 deletions

5
modules/ml.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, pkgs, ... }:
{
# programs.python.enable = true;
}