1
0
Fork 0

Add select-mode script to hotkeys

This commit is contained in:
Malte 2023-03-09 13:02:58 +01:00
parent 6d2a8a096f
commit b0248628f3

View file

@ -105,7 +105,7 @@ in [
OTP = "pass-fzf otp";
};
}
{"Select Mode" = "select-mode";}
{"Select Mode" = lib.mapAttrs (name: _: "select-mode ${name}") (import ../machines.nix).${config.m-0.hostName};}
{
Communication = [
{Matrix = fork "element-desktop";}