use getExe everywhere

This commit is contained in:
müde 2026-09-11 23:04:00 +02:00
commit a090dbe73e
7 changed files with 12 additions and 12 deletions

View file

@ -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;