Fixes to make pbp build again

This commit is contained in:
Andrea Ciceri 2022-01-12 11:51:56 +01:00
parent ddefe962cc
commit 1da0bea837
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
7 changed files with 10 additions and 9 deletions

View file

@ -57,8 +57,8 @@
'';
in
lib.mkOptionDefault {
"${modifier}+x" = "exec ${pkgs.customEmacs}/bin/emacs";
"${modifier}+b" = "exec ${pkgs.firefox}/bin/firefox";
"${modifier}+x" = "exec emacs";
"${modifier}+b" = "exec firefox";
"${modifier}+s" = "exec ${screenshotScript}";
};
};