1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2025-01-18 22:32:36 +01:00
parent 613f3ba9b4
commit 10fdec0768
No known key found for this signature in database
5 changed files with 148 additions and 2 deletions

View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = [
pkgs.jetbrains.phpstorm
];
}