dotfiles/scripts/nix_init.sh

12 lines
477 B
Bash
Raw Normal View History

2023-09-28 05:47:15 +00:00
#!/usr/bin/env bash
2024-01-30 16:58:22 +00:00
sudo -i sh -c 'nix-channel --update --quiet'
2023-09-28 05:47:15 +00:00
nix-env -iA \
2023-10-11 07:28:03 +00:00
nixpkgs.less nixpkgs.curl \
nixpkgs.libgit2 nixpkgs.git nixpkgs.neovim \
2023-09-28 05:47:15 +00:00
nixpkgs.fdupes nixpkgs.rsync nixpkgs.rclone nixpkgs.restic nixpkgs.taskwarrior \
nixpkgs.nnn nixpkgs.ffmpegthumbnailer nixpkgs.asciinema-agg nixpkgs.yt-dlp nixpkgs.libjxl \
2024-01-29 17:52:43 +00:00
nixpkgs.btop nixpkgs.cpufetch nixpkgs.onefetch \
2024-01-30 17:29:21 +00:00
nixpkgs.clang-tools nixpkgs.python3 nixpkgs.pipx nixpkgs.plantuml nixpkgs.gh