From f27316e4cdd6959ff28c9b8ecc96b49fbf600681 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Tue, 28 Feb 2023 00:29:16 -0500 Subject: [PATCH] node stuff --- hosts/_common/home.nix | 1 + hosts/ts-tl-mbp/default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/_common/home.nix b/hosts/_common/home.nix index bed298c..7c0dcef 100644 --- a/hosts/_common/home.nix +++ b/hosts/_common/home.nix @@ -13,6 +13,7 @@ fzf fd ncdu + nodejs p7zip ripgrep tree-sitter diff --git a/hosts/ts-tl-mbp/default.nix b/hosts/ts-tl-mbp/default.nix index 8b12de6..715c3cb 100644 --- a/hosts/ts-tl-mbp/default.nix +++ b/hosts/ts-tl-mbp/default.nix @@ -3,4 +3,4 @@ services.nix-daemon.enable = true; programs.zsh.enable = true; system.defaults.dock.autohide = true; -} + }