Last fix on darwin new structure

This commit is contained in:
Laurent Gueret
2026-02-11 16:00:40 +01:00
parent e3e63a800b
commit 7aaedb5ffa
30 changed files with 97 additions and 96 deletions
+2 -2
View File
@@ -6,10 +6,10 @@
}:
with lib;
let
cfg = config.home.ide.jetbrains.phpstorm;
cfg = config.user.ide.jetbrains.phpstorm;
in
{
options.home.ide.jetbrains.phpstorm = {
options.user.ide.jetbrains.phpstorm = {
enable = mkEnableOption "JetBrains options";
};
config = mkIf cfg.enable {