8 lines
90 B
Nix
8 lines
90 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
git
|
|
python312
|
|
];
|
|
}
|