dotfiles/scripts/nix_init.sh

13 lines
467 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 \
2024-03-01 03:32:44 +00:00
nixpkgs.git nixpkgs.neovim \
2023-09-28 05:47:15 +00:00
nixpkgs.fdupes nixpkgs.rsync nixpkgs.rclone nixpkgs.restic nixpkgs.taskwarrior \
2024-02-13 17:50:32 +00:00
nixpkgs.ffmpegthumbnailer nixpkgs.asciinema-agg nixpkgs.yt-dlp nixpkgs.libjxl nixpkgs.newsboat \
2024-01-29 17:52:43 +00:00
nixpkgs.btop nixpkgs.cpufetch nixpkgs.onefetch \
2024-02-27 20:45:55 +00:00
nixpkgs.clang-tools nixpkgs.python3 nixpkgs.pipx nixpkgs.gh \
nixpkgs.qmk