WIP: Switch to NixOS #5

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

View file

@ -129,7 +129,7 @@ update() { yay -Syu --devel firefox-nightly }
updateall() { update; plugupdate; sudo awman-update } updateall() { update; plugupdate; sudo awman-update }
# remove unneeded packages # remove unneeded packages
autoremove() { sudo pacman -R $(pacman -Qdtq) } autoremove() { sudo pacman -Rns $(pacman -Qdtq) }
# turn on usb tethering on my android phone # turn on usb tethering on my android phone
tether() { adb shell su -c "service call connectivity 33 i32 1 s16 me" > /dev/null } tether() { adb shell su -c "service call connectivity 33 i32 1 s16 me" > /dev/null }