nix-configs/modules/desktop/creative.nix

23 lines
338 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
fspy
scribus
2023-02-13 11:54:21 +00:00
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
};
}