401 current 2025-05-26 12:22:50 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -84,6 +84,7 @@ in {
|
|||||||
grc
|
grc
|
||||||
go
|
go
|
||||||
calibre
|
calibre
|
||||||
|
gcc
|
||||||
|
|
||||||
# security
|
# security
|
||||||
aflplusplus
|
aflplusplus
|
||||||
|
|||||||
@@ -78,7 +78,7 @@
|
|||||||
internets = ''
|
internets = ''
|
||||||
[module/network]
|
[module/network]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = wlp4s0
|
interface = wlan0
|
||||||
interval = 4.0
|
interval = 4.0
|
||||||
udspeed-minwidth = 5
|
udspeed-minwidth = 5
|
||||||
accumulate-stats = true
|
accumulate-stats = true
|
||||||
|
|||||||
@@ -198,6 +198,13 @@ alias nix-shell="nix-shell --run zsh"
|
|||||||
|
|
||||||
alias nrc="cd /home/synchronous/nix-cfg/home/programs/nvim"
|
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() {
|
a.nixi() {
|
||||||
nix-store -q --references /var/run/current-system/sw | cut -d'-' -f2-
|
nix-store -q --references /var/run/current-system/sw | cut -d'-' -f2-
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user