nix-configs/modules/desktop/creative.nix
2024-03-03 14:22:43 +01:00

22 lines
315 B
Nix

{pkgs, ...}: {
home-manager.users.jade = {pkgs, ...}: {
home.packages = with pkgs; [
audacity
krita
gimp-with-plugins
inkscape-with-extensions
obs-studio
kdenlive
fspy
scribus
fontforge-gtk
libreoffice
typst
rawtherapee
];
};
}