feat: separate video editing module
This commit is contained in:
@@ -130,7 +130,6 @@
|
||||
ags
|
||||
broot
|
||||
fd
|
||||
ffmpeg-full
|
||||
file
|
||||
gnome-boxes
|
||||
go
|
||||
@@ -139,7 +138,6 @@
|
||||
jellyfin-media-player
|
||||
jq
|
||||
just
|
||||
kdenlive
|
||||
libreoffice-fresh
|
||||
mpv
|
||||
nil
|
||||
@@ -149,7 +147,6 @@
|
||||
qrencode
|
||||
signal-desktop
|
||||
tor-browser-bundle-bin
|
||||
tenacity
|
||||
virt-manager
|
||||
yazi
|
||||
yt-dlp
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
./python.nix
|
||||
./rust.nix
|
||||
./shell.nix
|
||||
./video-editing.nix
|
||||
./zellij.nix
|
||||
# ./hud.nix
|
||||
];
|
||||
|
||||
7
hosts/default/video-editing.nix
Normal file
7
hosts/default/video-editing.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
ffmpeg-full
|
||||
kdenlive
|
||||
tenacity
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user