nix-configs/modules/desktop/creative.nix

29 lines
429 B
Nix

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