diff options
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/messaging/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/home/profiles/messaging/default.nix b/home/profiles/messaging/default.nix index 27087b1..8e472a3 100644 --- a/home/profiles/messaging/default.nix +++ b/home/profiles/messaging/default.nix @@ -279,7 +279,14 @@ in # application/pgp-encrypted; gpg -d '%s'; copiousoutput; ''; + home.file.".urlview".text = '' + REGEXP (((http|https|ftp|gopher)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):] + COMMAND qutebrowser %s + ''; + home.packages = with pkgs; [ + urlview + element-desktop weechat ]; |