2024-05-06 19:32:14 +00:00
|
|
|
{
|
|
|
|
pkgs,
|
|
|
|
pkgs-stable,
|
|
|
|
...
|
|
|
|
}: {
|
2023-11-26 20:26:49 +00:00
|
|
|
home-manager.users.jade = {pkgs, ...}: {
|
2023-11-14 11:22:19 +00:00
|
|
|
home.packages = with pkgs; [
|
2023-11-26 20:26:49 +00:00
|
|
|
audacity
|
|
|
|
krita
|
2024-04-03 15:55:18 +00:00
|
|
|
# gimp-with-plugins
|
|
|
|
gimp
|
2023-11-26 20:26:49 +00:00
|
|
|
inkscape-with-extensions
|
|
|
|
obs-studio
|
|
|
|
kdenlive
|
2024-04-03 15:55:30 +00:00
|
|
|
|
2023-11-26 20:26:49 +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-05-06 19:32:14 +00:00
|
|
|
pkgs-stable.font-manager
|
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
|
|
|
|
2023-11-14 11:22:19 +00:00
|
|
|
rawtherapee
|
|
|
|
];
|
2023-02-13 11:54:21 +00:00
|
|
|
};
|
|
|
|
}
|