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