generation 510 25.11.20250714.62e0f05
This commit is contained in:
@@ -115,6 +115,9 @@ in {
|
||||
ripgrep-all
|
||||
element-desktop
|
||||
rustup # for verus rip
|
||||
python313Packages.ipython
|
||||
sage
|
||||
yq
|
||||
|
||||
# security
|
||||
aflplusplus
|
||||
|
||||
@@ -105,6 +105,10 @@ in {
|
||||
name = "nix options";
|
||||
url = "https://search.nixos.org/options";
|
||||
}
|
||||
{
|
||||
name = "old packages";
|
||||
url = "https://lazamar.co.uk/nix-versions/";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
|
||||
@@ -165,7 +165,10 @@ ctrl + super + {Left,Right}
|
||||
fast-shift {left,right}
|
||||
|
||||
super + {shift} + {d}
|
||||
pkill -f discord
|
||||
pkill -f legcord
|
||||
|
||||
super + {shift} + {h}
|
||||
pkill -f slack
|
||||
|
||||
ctrl + super + bracket{left,right}
|
||||
fast-shift {left,right}
|
||||
|
||||
@@ -254,6 +254,10 @@ a.sitecopy() {
|
||||
wget -k -K -E -r -l 10 -p -N -F -nH $@
|
||||
}
|
||||
|
||||
a.pdfcopy() {
|
||||
wget -k -r -l 10 -p -A "*.pdf" -N -F -nH $@
|
||||
}
|
||||
|
||||
a.fo() {
|
||||
firefox `pwd`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user