10 lines
116 B
Nix
10 lines
116 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
krita
|
|
inkscape
|
|
audacity
|
|
blender_4_2
|
|
sunvox
|
|
];
|
|
}
|