diff --git a/modules/home/environment/userpkgs.nix b/modules/home/environment/userpkgs.nix index 8a79613..c790ee5 100755 --- a/modules/home/environment/userpkgs.nix +++ b/modules/home/environment/userpkgs.nix @@ -46,6 +46,7 @@ in { libreoffice gtrash ripgrep + wf-recorder toilet vkbasalt ] ++ scripts; diff --git a/modules/home/environment/zsh/aliases.nix b/modules/home/environment/zsh/aliases.nix index 7d2d439..d8d043d 100644 --- a/modules/home/environment/zsh/aliases.nix +++ b/modules/home/environment/zsh/aliases.nix @@ -20,8 +20,8 @@ svc = "sudo systemctl"; viflake = "nvim flake.nix"; iv = "invoke"; - cfgfilecount = - ''find $FLAKEPATH -name "*.nix" | wc -l | toilet -f 3d | lolcat''; + cfgfilecount = ''find $FLAKEPATH -name "*.nix" | wc -l | toilet -f 3d | lolcat''; + record = "wf-recorder"; #git ga = "playshellsound ${self}/assets/sound/gitadd.wav; git add"; gcomm = "gitcommit_sfx";