Skip to content

Commit

Permalink
Merge pull request #218 from kachick/reduce-dependencies
Browse files Browse the repository at this point in the history
Keep smaller global dependencies
  • Loading branch information
kachick authored Jul 30, 2023
2 parents 0faf989 + 9c0d5b9 commit 628caaa
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions home/.config/home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -363,15 +363,9 @@

home.packages = [
pkgs.dprint
pkgs.deno
# pkgs.rustup
pkgs.go
# pkgs.crystal
pkgs.elmPackages.elm
pkgs.gitleaks
pkgs.shellcheck
pkgs.shfmt
pkgs.gcc
pkgs.git
pkgs.coreutils
pkgs.tig
Expand All @@ -386,8 +380,6 @@
pkgs.starship
pkgs.jq
pkgs.gh
pkgs.sqlite
pkgs.postgresql
pkgs.direnv
pkgs.ripgrep
pkgs.fzf
Expand All @@ -398,21 +390,30 @@
pkgs.du-dust
pkgs.procs
pkgs.bottom
pkgs.tesseract
pkgs.tig
pkgs.zellij
pkgs.nixpkgs-fmt
pkgs.nil
pkgs.typos
pkgs.cargo-make
pkgs.hyperfine
pkgs.zoxide
pkgs.difftastic
pkgs.gnumake

# Required in many asdf(rtx) plugins
pkgs.unzip

# Includes follows in each repository if needed, not in global
# pkgs.deno
# pkgs.rustup
# pkgs.go
# pkgs.crystal
# pkgs.elmPackages.elm
# pkgs.gcc
# pkgs.sqlite
# pkgs.postgresql
# pkgs.gnumake
# pkgs.cargo-make

# This section is just a note for my strggle
# Often failed to build ruby even if I enabled following dependencies
# pkgs.zlib
Expand All @@ -424,10 +425,11 @@
# pkgs.ruby

# As a boardgamer
pkgs.imagemagick
pkgs.pngquant
pkgs.img2pdf
pkgs.ocrmypdf
# pkgs.tesseract
# pkgs.imagemagick
# pkgs.pngquant
# pkgs.img2pdf
# pkgs.ocrmypdf
] ++ (
if pkgs.stdenv.hostPlatform.isDarwin then
[ ]
Expand Down

0 comments on commit 628caaa

Please sign in to comment.