mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
chore: remove all development tools (cargo,npm,etc) from global packages
This commit is contained in:
parent
bbe6adc498
commit
77708927da
5 changed files with 0 additions and 44 deletions
|
@ -181,12 +181,8 @@
|
|||
curl
|
||||
librewolf
|
||||
gnumake
|
||||
clang
|
||||
gcc
|
||||
cachix
|
||||
nodejs_22
|
||||
cargo
|
||||
rustc
|
||||
gnupg
|
||||
openssh
|
||||
python3
|
||||
|
|
|
@ -136,23 +136,6 @@
|
|||
wget
|
||||
git
|
||||
curl
|
||||
# librewolf
|
||||
# gnumake
|
||||
# clang
|
||||
# gcc
|
||||
# cachix
|
||||
# nodejs_22
|
||||
# cargo
|
||||
# rustc
|
||||
# gnupg
|
||||
# openssh
|
||||
# python3
|
||||
# steam-run
|
||||
|
||||
# # deps for neovim compilation
|
||||
# lua51Packages.lua
|
||||
# lua51Packages.luarocks
|
||||
# tree-sitter
|
||||
];
|
||||
|
||||
environment.variables = {
|
||||
|
|
|
@ -164,12 +164,8 @@
|
|||
curl
|
||||
librewolf
|
||||
gnumake
|
||||
clang
|
||||
gcc
|
||||
cachix
|
||||
nodejs_22
|
||||
cargo
|
||||
rustc
|
||||
gnupg
|
||||
openssh
|
||||
python3
|
||||
|
|
|
@ -40,11 +40,6 @@
|
|||
# it provides the command `nom` works just like `nix`
|
||||
# with more details log output
|
||||
nix-output-monitor
|
||||
|
||||
# dev tools
|
||||
nodePackages_latest.pnpm
|
||||
rustfmt
|
||||
rust-analyzer
|
||||
];
|
||||
|
||||
programs.git.extraConfig.commit.gpgsign = "false";
|
||||
|
|
|
@ -39,21 +39,7 @@ with pkgs; [
|
|||
vesktop
|
||||
signal-desktop
|
||||
|
||||
# dev tools
|
||||
nodePackages_latest.pnpm
|
||||
rustfmt
|
||||
rust-analyzer
|
||||
gcc
|
||||
lua51Packages.luarocks
|
||||
lua
|
||||
nodejs_22
|
||||
python3
|
||||
tree-sitter
|
||||
cargo
|
||||
rustc
|
||||
# currently marked broken
|
||||
# haskellPackages.stack
|
||||
# haskellPackages.ghcup
|
||||
|
||||
# desktop ricing
|
||||
bibata-cursors
|
||||
|
|
Loading…
Reference in a new issue