From fac5e52f36f2140759c8dcb81a1a58d78f99c7d5 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 2 Sep 2024 13:34:59 -0400 Subject: [PATCH] added nix lsp and tools --- home/core.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/home/core.nix b/home/core.nix index 443ccb1..27d767d 100644 --- a/home/core.nix +++ b/home/core.nix @@ -1,6 +1,4 @@ -{ pkgs, ... }: - -{ +{pkgs, ...}: { home.packages = with pkgs; [ nnn # terminal file manager @@ -39,6 +37,11 @@ cargo python3 + # nix specific stuff + nixd + deadnix + alejandra + # productivity iterm2 discord