refactor: misc

This commit is contained in:
Ryan Yin
2024-01-08 11:54:27 +08:00
parent 70f5b26fd2
commit e42fda1d43
2 changed files with 6 additions and 6 deletions

View File

@@ -32,12 +32,6 @@ in {
home.shellAliases = shellAliases;
programs.nushell.shellAliases = shellAliases;
nixpkgs.config = {
programs.npm.npmrc = ''
prefix = ''${HOME}/.npm-global
'';
};
programs = {
neovim = {
enable = true;

View File

@@ -1,4 +1,10 @@
{pkgs, ...}: {
nixpkgs.config = {
programs.npm.npmrc = ''
prefix = ''${HOME}/.npm-global
'';
};
home.packages = with pkgs;
[
#-- c/c++