WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 19461430f7 - Show all commits

View file

@ -75,7 +75,7 @@ pr() {
ra() { ra() {
SELECTED_PKGS="$(paru -Slqa | fzf --header='Add packages to repo' -m --preview 'paru -Si {1}' | tr '\n' ' ')" SELECTED_PKGS="$(paru -Slqa | fzf --header='Add packages to repo' -m --preview 'paru -Si {1}' | tr '\n' ' ')"
if [ -n "$SELECTED_PKGS" ]; then if [ -n "$SELECTED_PKGS" ]; then
cmd="aur -S $SELECTED_PKGS" cmd="aur sync -S $SELECTED_PKGS"
# Append the expanded command to history # Append the expanded command to history
print -s "$cmd" print -s "$cmd"