diff --git a/config/programs/mail.nix b/config/programs/mail.nix index 06ed9c09..ca3499ef 100644 --- a/config/programs/mail.nix +++ b/config/programs/mail.nix @@ -29,7 +29,12 @@ { key = ""; # what the fuck is this mapping action = "display-message"; - map = [ "index" ]; + map = [ "index" "pager" ]; + } + { + key = "\\CV"; + action = "display-message"; # i give up + map = [ "index" "pager" ]; } ]; }; diff --git a/result b/result new file mode 120000 index 00000000..355f0bfb --- /dev/null +++ b/result @@ -0,0 +1 @@ +/nix/store/5cpnffqfphr3cdqpw0fd097zkj4ravbz-nixos-system-nutty-noon-22.05.20220119.966ea2c \ No newline at end of file