Remove GitHub Copilot

I somehow don't have the student license anymore
This commit is contained in:
GHOSCHT 2023-11-10 16:26:42 +01:00
parent 4f42380a87
commit 3a854bcca5
No known key found for this signature in database

View file

@ -11,6 +11,6 @@ in {
};
environment.systemPackages = with unstable; [
(jetbrains.plugins.addPlugins jetbrains.idea-ultimate ["github-copilot" "ideavim"])
(jetbrains.plugins.addPlugins jetbrains.idea-ultimate ["ideavim"])
];
}