diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index 03cd0c1..ae4f968 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -127,8 +127,8 @@ sleep 3 nix-env -iA nixpkgs.jump {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} - sudo apt install fish $ACT_PACKAGES skim -y - nix-env -iA nixpkgs.neovim nixpkgs.jump + sudo apt install fish $ACT_PACKAGES -y + nix-env -iA nixpkgs.neovim nixpkgs.jump nixpkgs.skim if ! fish -c atuin &>/dev/null then bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh)