removing pnpm

This commit is contained in:
Ivan Dimitrov 2023-09-29 07:03:36 +03:00
parent e99dddf99c
commit ca2322a4f7
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -76,7 +76,6 @@
];
variables = {
EDITOR = "nvim";
PNPM_HOME = "$HOME/.local/share/pnpm";
};
shells = with pkgs; [ zsh ];
etc = {