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

@@ -9,7 +9,7 @@ config here](https://github.com/Frost-Phoenix/nixos-config/tree/catppuccin)
![desktop-neofetch](./assets/screens/desktop-neofetch.png)
![busy-desktop](./assets/screens/desktop-busy.png)
Screenshots up to date as of [this commit](https://github.com/pagedMov/nixos-config/commit/50decf03c9d1a7792d5ea0056eb51f6a400654f0)
Screenshots up to date as of [this commit](https://github.com/pagedMov/nixos-config/commit/46f7fa27c85c9fb446391f9bb0580afc3f06ea28)
## Programs

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

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";