11 lines
122 B
Nix
11 lines
122 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
# Python setup
|
|
python3Full
|
|
imath
|
|
pystring
|
|
];
|
|
}
|