401 current 2025-05-26 12:22:50 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-05-26 12:24:00 -04:00
parent db00038cfa
commit 910657b5cd
3 changed files with 9 additions and 1 deletions

View File

@@ -198,6 +198,13 @@ alias nix-shell="nix-shell --run zsh"
alias nrc="cd /home/synchronous/nix-cfg/home/programs/nvim"
alias ndwc="nmcli device wifi connect"
alias ndwl="nmcli device wifi list"
stack() {
find . -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \;
}
a.nixi() {
nix-store -q --references /var/run/current-system/sw | cut -d'-' -f2-
}