nixpkgs deprecated lib.getExe on packages without a mainprogram

This commit is contained in:
Rouven Seifert 2023-08-03 13:30:40 +02:00
parent 816f6fc3bd
commit 741ebd293d
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
14 changed files with 34 additions and 33 deletions

View file

@ -8,7 +8,7 @@
server.enable = true;
settings = rec {
main = {
shell = lib.getExe pkgs.zsh;
shell = "${pkgs.zsh}/bin/zsh";
dpi-aware = "yes";
font = "monospace:family=Iosevka Nerd Font, size=8";
notify = "${lib.getExe pkgs.libnotify} -a \${app-id} -i \${app-id} \${title} \${body}";