Compare commits
No commits in common. "7eb7f243438f6878d5da54bb5afcb2bf23e98e35" and "6bc3e70cc93d9ee7a3c9f59f2610687c9c5fda12" have entirely different histories.
7eb7f24343
...
6bc3e70cc9
@ -24,8 +24,8 @@
|
||||
git
|
||||
# Containers
|
||||
colima
|
||||
unstable.docker-client
|
||||
unstable.docker-compose
|
||||
docker-client
|
||||
docker-compose
|
||||
# Video
|
||||
ffmpeg
|
||||
# Spotify
|
||||
|
@ -7,7 +7,6 @@
|
||||
nodePackages.yarn
|
||||
unstable.nodePackages.pnpm
|
||||
deno
|
||||
unstable.bun
|
||||
# PHP
|
||||
php
|
||||
# Python
|
||||
@ -24,12 +23,15 @@
|
||||
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