diff options
author | stuebinm | 2023-04-10 19:32:17 +0200 |
---|---|---|
committer | stuebinm | 2023-04-10 19:32:17 +0200 |
commit | be6ecff91eb77ab45c16321093ea5b2274560f38 (patch) | |
tree | bbf6d218c6b017408ea089c9e021e808c4cbb472 | |
parent | 2ba81320e247fe6c3acea0761ce5358545c5c16c (diff) |
home: use wormhole-rs instead of wormhole
-rw-r--r-- | home/home.nix | 1 | ||||
-rw-r--r-- | home/packages.nix | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/home/home.nix b/home/home.nix index 73f4935..929ba2b 100644 --- a/home/home.nix +++ b/home/home.nix @@ -66,6 +66,7 @@ pj = "pijul"; agenda = "CLICOLOR_FORCE=1 almanac month ~/.cache/feedsync/* | less"; xmlpretty = "xmllint --format - | bat -l xml"; + wormhole = "wormhole-rs"; }; functions.fetchpdf.body = '' set url $argv[1] diff --git a/home/packages.nix b/home/packages.nix index ccbc3d4..afa2458 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -11,7 +11,7 @@ in # internet apps & clients firefox keepassxc mumble lynx thunderbird - openconnect matterhorn tdesktop monolith + openconnect matterhorn tdesktop monolith magic-wormhole-rs # graphics & audio audacity blender darktable kdenlive moc ffmpeg-full gimp-with-plugins inkscape krita meshlab pavucontrol moc |