home: create programming module and move programming stuff out of shenvs

This commit is contained in:
Fabian Montero 2026-05-16 13:13:49 -06:00
parent 7bdfcc58e7
commit dcfd230b02
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3
10 changed files with 35 additions and 48 deletions

View file

@ -65,6 +65,7 @@ in {
zed.enable = true;
terminal.enable = true;
ai.enable = true;
programming.enable = true;
};
};
};