426 current 2025-06-10 00:16:28 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -94,6 +94,8 @@ in {
|
|||||||
zip
|
zip
|
||||||
unzip
|
unzip
|
||||||
jq
|
jq
|
||||||
|
btop
|
||||||
|
# emacs # haha
|
||||||
|
|
||||||
# security
|
# security
|
||||||
aflplusplus
|
aflplusplus
|
||||||
|
|||||||
15
home/programs/emacs/default.nix
Normal file
15
home/programs/emacs/default.nix
Normal 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;
|
||||||
|
}
|
||||||
@@ -25,5 +25,6 @@
|
|||||||
./keepassxc/default.nix
|
./keepassxc/default.nix
|
||||||
./nf/default.nix
|
./nf/default.nix
|
||||||
./beets/default.nix
|
./beets/default.nix
|
||||||
|
./emacs/default.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -205,6 +205,7 @@ alias ndwc="nmcli device wifi connect"
|
|||||||
alias ndwl="nmcli device wifi list"
|
alias ndwl="nmcli device wifi list"
|
||||||
alias wt="systemctl restart NetworkManager"
|
alias wt="systemctl restart NetworkManager"
|
||||||
alias syncthing="firefox localhost:8384"
|
alias syncthing="firefox localhost:8384"
|
||||||
|
alias htop="btop" # of course
|
||||||
|
|
||||||
stack() {
|
stack() {
|
||||||
find . -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \;
|
find . -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \;
|
||||||
|
|||||||
Reference in New Issue
Block a user