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