diff options
Diffstat (limited to 'accounts')
| -rw-r--r-- | accounts/gkleen@sif/default.nix | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 68d5540d..6b6546f5 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
| @@ -337,7 +337,29 @@ in { | |||
| 337 | }; | 337 | }; |
| 338 | size = 10; | 338 | size = 10; |
| 339 | }; | 339 | }; |
| 340 | hints.alphabet = "aoeuhtns"; | 340 | hints = { |
| 341 | alphabet = "aoeuhtns"; | ||
| 342 | enabled = [ | ||
| 343 | { | ||
| 344 | command = lib.getExe' pkgs.xdg-utils "xdg-open"; | ||
| 345 | hyperlinks = true; | ||
| 346 | post_processing = true; | ||
| 347 | persist = false; | ||
| 348 | mouse.enabled = true; | ||
| 349 | binding = { key = "O"; mods = "Control|Shift"; }; | ||
| 350 | regex = "(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news:|file:|git://|ssh:|ftp://)[^\\u0000-\\u001F\\u007F-\\u009F<>\"\\\\s{-}\\\\^⟨⟩`\\\\\\\\]+"; | ||
| 351 | } | ||
| 352 | { | ||
| 353 | command = lib.getExe' pkgs.wl-clipboard-rs "wl-copy"; | ||
| 354 | hyperlinks = true; | ||
| 355 | post_processing = true; | ||
| 356 | persist = false; | ||
| 357 | mouse.enabled = true; | ||
| 358 | binding = { key = "Y"; mods = "Control|Shift"; }; | ||
| 359 | regex = "(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news:|file:|git://|ssh:|ftp://)[^\\u0000-\\u001F\\u007F-\\u009F<>\"\\\\s{-}\\\\^⟨⟩`\\\\\\\\]+"; | ||
| 360 | } | ||
| 361 | ]; | ||
| 362 | }; | ||
| 341 | terminal.shell.program = lib.getExe cfg.programs.zsh.package; | 363 | terminal.shell.program = lib.getExe cfg.programs.zsh.package; |
| 342 | }; | 364 | }; |
| 343 | }; | 365 | }; |
