mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
nixpkgs deprecated lib.getExe on packages without a mainprogram
This commit is contained in:
parent
816f6fc3bd
commit
741ebd293d
14 changed files with 34 additions and 33 deletions
|
@ -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}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue