mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
fix inkscape default app for svg
This commit is contained in:
parent
66efbc6c1c
commit
b716a1920f
2 changed files with 4 additions and 2 deletions
|
@ -15,7 +15,7 @@ in {
|
|||
enableZshIntegration = true;
|
||||
keymap.manager.prepend_keymap =
|
||||
[
|
||||
{ run = "shell ' \"$0\"' --cursor=0 --interactive"; on = [ "@" ]; }
|
||||
{ run = "shell ' \"$@\"' --cursor=0 --interactive"; on = [ "@" ]; }
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue