@jaspermayone.com's dotfiles

move to native nix packages where possible closes #3

+18 -18
+18 -18
darwin/default.nix
··· 19 19 vim 20 20 git 21 21 inputs.agenix.packages.${pkgs.stdenv.hostPlatform.system}.default 22 + 23 + # CLI tools (migrated from homebrew) 24 + coreutils 25 + moreutils 26 + findutils 27 + git-lfs 28 + gnupg 29 + gnugrep 30 + openssh 31 + screen 32 + zsh 33 + ffmpeg 34 + imagemagick 35 + wget 36 + woff2 22 37 ]; 23 38 24 39 # Homebrew integration ··· 34 49 "bramstein/webfonttools" 35 50 ]; 36 51 37 - # CLI tools 52 + # CLI tools (only macOS-specific or unavailable in nixpkgs) 38 53 brews = [ 39 - "mas" 40 - "coreutils" 41 - "moreutils" 42 - "findutils" 43 - "git" 44 - "git-lfs" 45 - "gnupg" 46 - "grep" 47 - "openssh" 48 - "screen" 49 - "ssh-copy-id" 50 - "zsh" 51 - "ffmpeg" 52 - { name = "imagemagick"; args = [ "with-webp" ]; } 53 - "wget" 54 - # Font tools 54 + "mas" # Mac App Store CLI 55 + # Font tools (from bramstein/webfonttools tap) 55 56 "sfnt2woff" 56 57 "sfnt2woff-zopfli" 57 - "woff2" 58 58 ]; 59 59 60 60 # GUI apps (casks)