nix-configs/modules/desktop/creative.nix

35 lines
481 B
Nix
Raw Normal View History

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