nix fmt and some cleanup
Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
parent
069a65d4c7
commit
b07c255869
4 changed files with 11 additions and 8 deletions
|
@ -82,7 +82,10 @@
|
|||
end
|
||||
end
|
||||
'';
|
||||
mode = [ "n" "v" ];
|
||||
mode = [
|
||||
"n"
|
||||
"v"
|
||||
];
|
||||
}
|
||||
# ask perplexity a quick question
|
||||
{
|
||||
|
@ -98,7 +101,10 @@
|
|||
end
|
||||
end
|
||||
'';
|
||||
mode = [ "n" "v" ];
|
||||
mode = [
|
||||
"n"
|
||||
"v"
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue