From 910657b5cd7679e7146b0dc469d151cc00f43342 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Mon, 26 May 2025 12:24:00 -0400 Subject: [PATCH] 401 current 2025-05-26 12:22:50 25.05.20250424.f771eb4 6.12.24 * --- home/home.nix | 1 + home/programs/polybar/default.nix | 2 +- home/programs/zsh/zshrc | 7 +++++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 340cb23..1df649d 100644 --- a/home/home.nix +++ b/home/home.nix @@ -84,6 +84,7 @@ in { grc go calibre + gcc # security aflplusplus diff --git a/home/programs/polybar/default.nix b/home/programs/polybar/default.nix index 5440947..d1bab5a 100644 --- a/home/programs/polybar/default.nix +++ b/home/programs/polybar/default.nix @@ -78,7 +78,7 @@ internets = '' [module/network] type = internal/network - interface = wlp4s0 + interface = wlan0 interval = 4.0 udspeed-minwidth = 5 accumulate-stats = true diff --git a/home/programs/zsh/zshrc b/home/programs/zsh/zshrc index 61cdf43..3cf3b38 100644 --- a/home/programs/zsh/zshrc +++ b/home/programs/zsh/zshrc @@ -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- }