mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 23:26:23 +01:00
30 lines
429 B
Nix
30 lines
429 B
Nix
{pkgs, ...}: {
|
|
home-manager.users.jade = {pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
audacity
|
|
krita
|
|
# gimp-with-plugins
|
|
gimp
|
|
inkscape-with-extensions
|
|
obs-studio
|
|
kdenlive
|
|
|
|
scribus
|
|
lilypond
|
|
gnuplot
|
|
graphviz
|
|
povray
|
|
|
|
openscad-unstable
|
|
openscad-lsp
|
|
|
|
fontforge-gtk
|
|
|
|
onlyoffice-bin_latest
|
|
typst
|
|
|
|
rawtherapee
|
|
];
|
|
};
|
|
}
|