diff --git a/README.md b/README.md index a25c828..ec61c71 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/assets/screens/desktop-busy.png b/assets/screens/desktop-busy.png index 9d5f023..1f5ed3a 100755 Binary files a/assets/screens/desktop-busy.png and b/assets/screens/desktop-busy.png differ diff --git a/assets/screens/desktop-neofetch.png b/assets/screens/desktop-neofetch.png index e8801fd..4326314 100755 Binary files a/assets/screens/desktop-neofetch.png and b/assets/screens/desktop-neofetch.png differ diff --git a/modules/home/environment/zshell.nix b/modules/home/environment/zshell.nix index 3ae8ded..8939021 100755 --- a/modules/home/environment/zshell.nix +++ b/modules/home/environment/zshell.nix @@ -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";