From 4a20d16f34fd712d389deaf56879b2f18deea5e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Reyrol?= Date: Mon, 15 Jan 2024 10:44:51 +0100 Subject: [PATCH] feat(users/gael): add copilot plugin to phpstorm --- users/gael/home.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/users/gael/home.nix b/users/gael/home.nix index 433e9b4..0a47cef 100644 --- a/users/gael/home.nix +++ b/users/gael/home.nix @@ -41,7 +41,11 @@ jetbrains-mono vscodium - unstable.jetbrains.phpstorm + # https://nixos.wiki/wiki/Jetbrains_Tools + # https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/jetbrains/plugins/plugins.json + (jetbrains.plugins.addPlugins jetbrains.phpstorm [ + "github-copilot" + ]) insomnia # postman zeal