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"; username = "ivand";
homeDirectory = "/home/ivand"; homeDirectory = "/home/ivand";
stateVersion = "23.11"; stateVersion = "23.11";
sessionPath = [ "$HOME/.local/bin/" "$HOME/.local/share/pnpm" ]; sessionPath = [ "$HOME/.local/bin/" ];
pointerCursor = { pointerCursor = {
name = "Bibata-Modern-Amber"; name = "Bibata-Modern-Amber";
package = pkgs.bibata-cursors; package = pkgs.bibata-cursors;

View File

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