mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 23:26:23 +01:00
22 lines
315 B
Nix
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
|
|
];
|
|
};
|
|
}
|