From ed1a87d6624b566d676384c41fac1b72ab524439 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 8 May 2023 16:27:30 -0400 Subject: [PATCH] flake.nix: init file + inlyne in devshell inlyne is a useful markdown viewer, since helix doesnt support it, and file will be used if wrapping specific appimages --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 95583ea..9701d2b 100755 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,8 @@ git deploy-rs sops + file + inlyne ]; }; deploy = import ./hosts/deploy.nix inputs;