-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnix.pkgs
47 lines (46 loc) · 820 Bytes
/
nix.pkgs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Set array of nix packages to install
# vim: filetype=bash
nixpkgs=(
nixpkgs.ansible
nixpkgs.bat
nixpkgs.broot
nixpkgs.croc
nixpkgs.delta
nixpkgs.direnv
nixpkgs.dogdns
nixpkgs.du-dust
nixpkgs.eza
nixpkgs.fd
nixpkgs.geoipupdate
nixpkgs.gh
nixpkgs.glibcLocales
nixpkgs.glow
nixpkgs.grex
nixpkgs.hyperfine
nixpkgs.jless
nixpkgs.lf
nixpkgs.minio-client
nixpkgs.monolith
nixpkgs.moreutils
nixpkgs.neovim
nixpkgs.ngrok
nixpkgs.nix-bash-completions
nixpkgs.nix-zsh-completions
nixpkgs.oci-cli
nixpkgs.oscclip
nixpkgs.pastel
nixpkgs.rclone
nixpkgs.ripgrep
nixpkgs.sipcalc
nixpkgs.starship
nixpkgs.steampipe
nixpkgs.terragrunt
nixpkgs.tidy-viewer
nixpkgs.tlrc
nixpkgs.tmux
nixpkgs.tre
nixpkgs.wdiff
nixpkgs.yq-go
nixpkgs.zola
nixpkgs.zoxide
)