426 current 2025-06-10 00:16:28 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-06-10 00:17:06 -04:00
parent 2f7ab1807b
commit 1140744966
4 changed files with 19 additions and 0 deletions

View File

@@ -94,6 +94,8 @@ in {
zip
unzip
jq
btop
# emacs # haha
# security
aflplusplus

View File

@@ -0,0 +1,15 @@
{
config,
pkgs,
callPackage,
...
}: {
nixpkgs.overlays = [
(import (builtins.fetchTarball {
url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz";
}))
];
services.emacs.package = pkgs.emacs-unstable;
services.emacs.enable = true;
}

View File

@@ -25,5 +25,6 @@
./keepassxc/default.nix
./nf/default.nix
./beets/default.nix
./emacs/default.nix
];
}

View File

@@ -205,6 +205,7 @@ alias ndwc="nmcli device wifi connect"
alias ndwl="nmcli device wifi list"
alias wt="systemctl restart NetworkManager"
alias syncthing="firefox localhost:8384"
alias htop="btop" # of course
stack() {
find . -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \;