use getExe everywhere
This commit is contained in:
parent
876a4f09b8
commit
a090dbe73e
7 changed files with 12 additions and 12 deletions
|
|
@ -99,7 +99,7 @@
|
|||
];
|
||||
|
||||
home.file = {
|
||||
"idea.properties".text = "idea.filewatcher.executable.path = ${pkgs.fsnotifier}/bin/fsnotifier";
|
||||
"idea.properties".text = "idea.filewatcher.executable.path = ${pkgs.lib.getExe pkgs.fsnotifier}";
|
||||
};
|
||||
|
||||
services.poweralertd.enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue