Fixes to make pbp build again
This commit is contained in:
parent
ddefe962cc
commit
1da0bea837
7 changed files with 10 additions and 9 deletions
|
@ -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}";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue