nix-configs/modules/desktop/creative.nix

30 lines
429 B
Nix
Raw Normal View History

{pkgs, ...}: {
home-manager.users.jade = {pkgs, ...}: {
home.packages = with pkgs; [
audacity
krita
2024-04-03 15:55:18 +00:00
# gimp-with-plugins
gimp
inkscape-with-extensions
obs-studio
kdenlive
2024-04-03 15:55:30 +00:00
scribus
2024-04-03 15:55:30 +00:00
lilypond
gnuplot
graphviz
povray
2023-02-13 11:54:21 +00:00
2024-04-16 19:36:00 +00:00
openscad-unstable
openscad-lsp
2024-02-27 17:18:26 +00:00
fontforge-gtk
2024-03-08 06:58:27 +00:00
onlyoffice-bin_latest
2023-11-23 17:54:35 +00:00
typst
2023-03-20 22:40:08 +00:00
rawtherapee
];
2023-02-13 11:54:21 +00:00
};
}