mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
fix(nix): problem with yarn and asdf
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"homebrew/services" # Manage background services using the daemon manager launchctl on macOS or systemctl on Linux.
|
||||
];
|
||||
brews = [
|
||||
"asdf" # Extendable version manager with support for Ruby, Node.js, Erlang & more
|
||||
"cava" # Console-based Audio Visualizer for ALSA
|
||||
"fileicon" # macOS CLI for managing custom icons for files and folders
|
||||
"gettext" # INFO: Dependency of Neovim
|
||||
@@ -17,6 +18,8 @@
|
||||
"prettier" # Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
|
||||
"tree-sitter" # INFO: Dependency of Neovim
|
||||
"urlview" # URL extractor/launcher
|
||||
"volta" # JavaScript toolchain manager for reproducible environments
|
||||
"yarn" # JavaScript package manager
|
||||
];
|
||||
casks = [
|
||||
"affinity-designer" # Professional graphic design software
|
||||
|
||||
@@ -7,8 +7,5 @@
|
||||
".default-gems" = { source = ./default-gems; };
|
||||
".default-npm-packages" = { source = ./default-npm-packages; };
|
||||
".default-python-packages" = { source = ./default-python-packages; };
|
||||
".asdf/lib".source = "${pkgs.asdf-vm}/share/asdf-vm/lib";
|
||||
};
|
||||
|
||||
home.packages = [ pkgs.asdf-vm ];
|
||||
}
|
||||
|
||||
@@ -83,6 +83,9 @@ in
|
||||
# Personal scripts
|
||||
"$HOME/.dotfiles/private/bin"
|
||||
|
||||
# ASDF
|
||||
"$HOME/.asdf/shims"
|
||||
|
||||
# Homebrew
|
||||
"/opt/homebrew/bin"
|
||||
"/opt/homebrew/sbin"
|
||||
@@ -101,9 +104,6 @@ in
|
||||
|
||||
# Volta
|
||||
"$VOLTA_HOME/bin"
|
||||
|
||||
# ASDF
|
||||
"$HOME/.asdf/shims"
|
||||
];
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
@@ -167,14 +167,14 @@ in
|
||||
vhs # Tool for generating terminal GIFs with code
|
||||
watchman # Watches files and takes action when they change
|
||||
woff2 # Webfont compression reference code
|
||||
yarn # Fast, reliable, and secure dependency management for javascript
|
||||
# yarn # Fast, reliable, and secure dependency management for javascript
|
||||
yt-dlp # Command-line tool to download videos from YouTube.com and other sites (youtube-dl fork)
|
||||
zoxide # A faster way to navigate your filesystem
|
||||
|
||||
# Programming Languages
|
||||
lua # Powerful, fast, lightweight, embeddable scripting language
|
||||
nodejs_22 # Event-driven I/O framework for the V8 JavaScript engine
|
||||
corepack_22 # Wrappers for npm, pnpm and Yarn via Node.js Corepack
|
||||
# nodejs_22 # Event-driven I/O framework for the V8 JavaScript engine
|
||||
# corepack_22 # Wrappers for npm, pnpm and Yarn via Node.js Corepack
|
||||
perl # Standard implementation of the Perl 5 programming language
|
||||
php # HTML-embedded scripting language
|
||||
python3 # High-level dynamically-typed programming language
|
||||
|
||||
Reference in New Issue
Block a user