From b7b2d5fc729bbd84d27b8726d5c8c5f69a80f6a2 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sun, 29 Oct 2023 00:42:00 +0200 Subject: [PATCH] home/packages: add zapzap --- home/home_packages.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/home_packages.nix b/home/home_packages.nix index e830493..cae531b 100644 --- a/home/home_packages.nix +++ b/home/home_packages.nix @@ -83,7 +83,9 @@ zig zls - /* install here until nvim flake is fixed */ + /* + install here until nvim flake is fixed + */ alejandra ccls gopls @@ -101,5 +103,6 @@ ++ [ inputs.swaysw.packages.x86_64-linux.swaysw inputs.nvim.packages.x86_64-linux.nvim + (import ../packages/zapzap/default.nix {inherit pkgs;}) ]; }