nix-configs/modules/desktop/creative.nix
2024-04-03 17:55:18 +02:00

22 lines
338 B
Nix

{pkgs, ...}: {
home-manager.users.jade = {pkgs, ...}: {
home.packages = with pkgs; [
audacity
krita
# gimp-with-plugins
gimp
inkscape-with-extensions
obs-studio
kdenlive
fspy
scribus
fontforge-gtk
onlyoffice-bin_latest
typst
rawtherapee
];
};
}