diff --git a/modules/common/neovim.nix b/modules/common/neovim.nix index bcaf944..4230d2b 100644 --- a/modules/common/neovim.nix +++ b/modules/common/neovim.nix @@ -66,7 +66,7 @@ in # TODO: the two from the last (below) should be somehow moved to their own files home.sessionVariables.PNPM_HOME = - if config.inDarwin then "$HOME/Library/pnpm" else "$HOME/.local/share/pnpm"; + if config.isDarwin then "$HOME/Library/pnpm" else "$HOME/.local/share/pnpm"; home.sessionPath = [ "node_modules/.bin"