Added wf-recorder to userpkgs

This commit is contained in:
2024-11-28 10:42:37 -05:00
parent 5bfbb541c5
commit aa3a7e15e4
2 changed files with 3 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ in {
libreoffice
gtrash
ripgrep
wf-recorder
toilet
vkbasalt
] ++ scripts;

View File

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