11 lines
131 B
Nix
11 lines
131 B
Nix
|
{ pkgs, lib, config, ... }:
|
||
|
{
|
||
|
home.packages = with pkgs; [
|
||
|
krita
|
||
|
inkscape
|
||
|
audacity
|
||
|
blender_4_2
|
||
|
sunvox
|
||
|
];
|
||
|
}
|