Move python development tools to system config
This commit is contained in:
parent
8284fe074c
commit
084ca7060c
|
@ -14,7 +14,6 @@
|
||||||
|
|
||||||
# Set up podman
|
# Set up podman
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
containers.users = [ "coolneng" ];
|
|
||||||
podman = {
|
podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
|
|
|
@ -39,6 +39,8 @@
|
||||||
shfmt
|
shfmt
|
||||||
android-studio
|
android-studio
|
||||||
gnumake
|
gnumake
|
||||||
|
python-language-server
|
||||||
|
black
|
||||||
# Rice
|
# Rice
|
||||||
adapta-gtk-theme
|
adapta-gtk-theme
|
||||||
paper-icon-theme
|
paper-icon-theme
|
||||||
|
|
Loading…
Reference in New Issue