From ca2322a4f7e5add482c83c9eb156a9d67c57e19a Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Fri, 29 Sep 2023 07:03:36 +0300 Subject: [PATCH] removing pnpm --- home/laptop/default.nix | 2 +- sys/laptop/default.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/home/laptop/default.nix b/home/laptop/default.nix index 19ab5f7..8486820 100644 --- a/home/laptop/default.nix +++ b/home/laptop/default.nix @@ -8,7 +8,7 @@ username = "ivand"; homeDirectory = "/home/ivand"; stateVersion = "23.11"; - sessionPath = [ "$HOME/.local/bin/" "$HOME/.local/share/pnpm" ]; + sessionPath = [ "$HOME/.local/bin/" ]; pointerCursor = { name = "Bibata-Modern-Amber"; package = pkgs.bibata-cursors; diff --git a/sys/laptop/default.nix b/sys/laptop/default.nix index 8143bf0..edb8860 100644 --- a/sys/laptop/default.nix +++ b/sys/laptop/default.nix @@ -76,7 +76,6 @@ ]; variables = { EDITOR = "nvim"; - PNPM_HOME = "$HOME/.local/share/pnpm"; }; shells = with pkgs; [ zsh ]; etc = {