blob: ec8896db5e214ae131f99f32f1a6eecc00681959 [file] [log] [blame]
{ pkgs, ... }: {
home.packages = with pkgs; [
python310
];
}