Add Affinity Photo v3 support to the system
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
system,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Video & image processing
|
||||
ffmpeg
|
||||
ffmpegthumbnailer
|
||||
mpv
|
||||
gimp3
|
||||
# gimp3
|
||||
inputs.affinity-nix.packages.${system}.v3
|
||||
eog
|
||||
kdePackages.kdenlive
|
||||
# Audio
|
||||
|
||||
Reference in New Issue
Block a user