Compare commits
3 Commits
6bc3e70cc9
...
7eb7f24343
Author | SHA1 | Date | |
---|---|---|---|
7eb7f24343 | |||
570c9d7ee8 | |||
6000190683 |
@ -24,8 +24,8 @@
|
||||
git
|
||||
# Containers
|
||||
colima
|
||||
docker-client
|
||||
docker-compose
|
||||
unstable.docker-client
|
||||
unstable.docker-compose
|
||||
# Video
|
||||
ffmpeg
|
||||
# Spotify
|
||||
|
@ -7,6 +7,7 @@
|
||||
nodePackages.yarn
|
||||
unstable.nodePackages.pnpm
|
||||
deno
|
||||
unstable.bun
|
||||
# PHP
|
||||
php
|
||||
# Python
|
||||
@ -23,15 +24,12 @@
|
||||
extensions = ["rust-src"];
|
||||
})
|
||||
];
|
||||
home.file.npmrc = {
|
||||
enable = true;
|
||||
target = ".npmrc";
|
||||
text = ''
|
||||
prefix = ''${HOME}/.npm-packages
|
||||
'';
|
||||
};
|
||||
programs.zsh.initExtra = ''
|
||||
export PATH=~/.npm-packages/bin:$PATH
|
||||
export NODE_PATH=~/.npm-packages/lib/node_modules
|
||||
'';
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user