mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Hack quick nixpkgs install
This commit is contained in:
parent
a212838abf
commit
08bacd765d
1 changed files with 19 additions and 0 deletions
19
nix
Normal file
19
nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# cat nix | grep -v '^#' | while read -r drv; do nix-env -q "${drv%%_*}" || nix-env -iA nixpkgs."${drv}"; done
|
||||
borgbackup
|
||||
direnv
|
||||
docker
|
||||
docker-compose
|
||||
fzf
|
||||
git
|
||||
gnupg
|
||||
htop
|
||||
ncmpcpp
|
||||
ripgrep
|
||||
ruby_3_1
|
||||
shellcheck
|
||||
tmux
|
||||
youtube-dl
|
||||
jq
|
||||
bat
|
||||
ffmpeg
|
||||
fswatch
|
||||
Loading…
Add table
Add a link
Reference in a new issue