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;}) ]; }