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

@@ -84,6 +84,7 @@ in {
grc
go
calibre
gcc
# security
aflplusplus

View File

@@ -78,7 +78,7 @@
internets = ''
[module/network]
type = internal/network
interface = wlp4s0
interface = wlan0
interval = 4.0
udspeed-minwidth = 5
accumulate-stats = true

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-
}