2024-04-14 23:40:55 -04:00

8 lines
88 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
git
python3
];
}