mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03: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
|
curl
|
||||||
librewolf
|
librewolf
|
||||||
gnumake
|
gnumake
|
||||||
clang
|
|
||||||
gcc
|
gcc
|
||||||
cachix
|
cachix
|
||||||
nodejs_22
|
|
||||||
cargo
|
|
||||||
rustc
|
|
||||||
gnupg
|
gnupg
|
||||||
openssh
|
openssh
|
||||||
python3
|
python3
|
||||||
|
|
|
@ -136,23 +136,6 @@
|
||||||
wget
|
wget
|
||||||
git
|
git
|
||||||
curl
|
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 = {
|
environment.variables = {
|
||||||
|
|
|
@ -164,12 +164,8 @@
|
||||||
curl
|
curl
|
||||||
librewolf
|
librewolf
|
||||||
gnumake
|
gnumake
|
||||||
clang
|
|
||||||
gcc
|
gcc
|
||||||
cachix
|
cachix
|
||||||
nodejs_22
|
|
||||||
cargo
|
|
||||||
rustc
|
|
||||||
gnupg
|
gnupg
|
||||||
openssh
|
openssh
|
||||||
python3
|
python3
|
||||||
|
|
|
@ -40,11 +40,6 @@
|
||||||
# it provides the command `nom` works just like `nix`
|
# it provides the command `nom` works just like `nix`
|
||||||
# with more details log output
|
# with more details log output
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
|
||||||
# dev tools
|
|
||||||
nodePackages_latest.pnpm
|
|
||||||
rustfmt
|
|
||||||
rust-analyzer
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.git.extraConfig.commit.gpgsign = "false";
|
programs.git.extraConfig.commit.gpgsign = "false";
|
||||||
|
|
|
@ -39,21 +39,7 @@ with pkgs; [
|
||||||
vesktop
|
vesktop
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
|
||||||
# dev tools
|
|
||||||
nodePackages_latest.pnpm
|
|
||||||
rustfmt
|
|
||||||
rust-analyzer
|
|
||||||
gcc
|
gcc
|
||||||
lua51Packages.luarocks
|
|
||||||
lua
|
|
||||||
nodejs_22
|
|
||||||
python3
|
|
||||||
tree-sitter
|
|
||||||
cargo
|
|
||||||
rustc
|
|
||||||
# currently marked broken
|
|
||||||
# haskellPackages.stack
|
|
||||||
# haskellPackages.ghcup
|
|
||||||
|
|
||||||
# desktop ricing
|
# desktop ricing
|
||||||
bibata-cursors
|
bibata-cursors
|
||||||
|
|
Loading…
Reference in a new issue