feat: adds vimv package to violet and sakura

This commit is contained in:
Ahwx 2024-08-30 00:43:15 +02:00
parent a14f00dbd5
commit 1de67c0be5
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{ inputs, pkgs, ... }: { inputs, pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
vimv # Bulk rename
audacity # Record audio stuff audacity # Record audio stuff
obs-studio # Record video stuff obs-studio # Record video stuff
exiftool # Read exif data from CLI exiftool # Read exif data from CLI

View file

@ -1,6 +1,7 @@
{ inputs, pkgs, ... }: { inputs, pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
vimv
jq jq
tmux tmux
htop htop