1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

remove pycharm, jre and qemu

This commit is contained in:
andrey_varnavskiy
2024-12-06 16:21:22 +05:00
parent 05735e80e3
commit dacd9d483a

View File

@@ -1,9 +1,9 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
jetbrains.pycharm-professional
gcc
jre8
qemu
quickemu
# jetbrains.pycharm-professional
# jre8
# qemu
# quickemu
];
}