Complete unstable configuration with home manager

This commit is contained in:
Filippo Berto 2022-04-15 17:16:06 +02:00
parent bbee9d7993
commit df1d6df54e
17 changed files with 412 additions and 312 deletions

View file

@ -2,8 +2,7 @@
{
home.packages = with pkgs; [
jetbrains.pycharm-professional
python3
pypy3
# pypy3
];
}