fix intellij file system watcher
This commit is contained in:
parent
b6ad841847
commit
63ba09cb0d
|
@ -56,8 +56,11 @@
|
||||||
servicepoint-simulator
|
servicepoint-simulator
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file."policy.json" = {
|
home.file = {
|
||||||
target = ".config/containers/policy.json";
|
"policy.json" = {
|
||||||
text = builtins.readFile ./.config/containers/policy.json;
|
target = ".config/containers/policy.json";
|
||||||
|
text = builtins.readFile ./.config/containers/policy.json;
|
||||||
|
};
|
||||||
|
"idea.properties".text = "idea.filewatcher.executable.path = ${pkgs.fsnotifier}/bin/fsnotifier";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue