added an alias that counts how many nix files are in my config. also updated screenshots

This commit is contained in:
pagedmov
2024-11-08 01:49:42 -05:00
parent 46f7fa27c8
commit 9e1cbfdea1
4 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
svc = "sudo systemctl";
viflake = "nvim flake.nix";
iv = "invoke";
cfgfilecount = "find $FLAKEPATH -name \"*.nix\" | wc -l | toilet -f 3d | lolcat";
#git
"ga" = "playshellsound ${self}/assets/sound/gitadd.wav; git add";