mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
add brave & brave incognito to which-key
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -64,6 +64,16 @@ in {
|
||||
desc = "TickTick";
|
||||
cmd = "${pkgs.ticktick}/bin/ticktick";
|
||||
}
|
||||
{
|
||||
key = "b";
|
||||
desc = "Brave";
|
||||
cmd = "${pkgs.brave}/bin/brave";
|
||||
}
|
||||
{
|
||||
key = "i";
|
||||
desc = "Brave (Private window)";
|
||||
cmd = "${pkgs.brave}/bin/brave --incognito";
|
||||
}
|
||||
]))
|
||||
|
||||
# Web links
|
||||
|
||||
Reference in New Issue
Block a user