commit b148b52307a2c1f0c2ed6a126844e980f58bfeb3
parent 817af51097d2a52ae866f01bec5b8e3f1eff804c
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Wed, 30 Jul 2025 18:38:25 +0200
parent 817af51097d2a52ae866f01bec5b8e3f1eff804c
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Wed, 30 Jul 2025 18:38:25 +0200
config/home/programs/thunderbird: use `lib.getExe`
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/home/zaphyra/programs/thunderbird.nix b/config/home/zaphyra/programs/thunderbird.nix @@ -20,7 +20,7 @@ Service = { Environment = "PATH=/run/wrappers/bin:/home/${config.home.username}/.nix-profile/bin:/etc/profiles/per-user/${config.home.username}/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin"; - ExecStart = "${pkgs.thunderbird}/bin/thunderbird"; + ExecStart = lib.getExe pkgs.thunderbird; Restart = "always"; RestartSec = 5; };