From 29647b00d9d60a9cc55e4fbcab68c36a7821de18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Reyrol?= Date: Mon, 29 Jan 2024 09:05:05 +0100 Subject: [PATCH] feat(users/gael): add default jetbrains plugins --- users/gael/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/gael/home.nix b/users/gael/home.nix index 19da5d7..60cd961 100644 --- a/users/gael/home.nix +++ b/users/gael/home.nix @@ -45,6 +45,10 @@ # https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/jetbrains/plugins/plugins.json (unstable.jetbrains.plugins.addPlugins unstable.jetbrains.phpstorm [ "github-copilot" + "symfony-support" + "php-annotations" + "nixidea" + "csv-editor" ]) insomnia # postman