update flake and stuff

This commit is contained in:
Kopatz
2024-07-23 12:46:52 +02:00
parent db873ef449
commit 3022aa9250
7 changed files with 72 additions and 98 deletions

View File

@@ -21,7 +21,7 @@
updateOffline = "sudo nixos-rebuild switch --option substitute false";
goto = "cd $(find ~/projects -maxdepth 2 -type d | ${pkgs.fzf}/bin/fzf)";
dev = "nix-shell --run zsh";
rm = "trashy put";
rm = "trash put";
cat = "bat -P --style plain";
cdf = "cd $(fd --type d --exclude node_modules --exclude bin --exclude target --exclude .cache . | fzf)";
};