Initial commit
This commit is contained in:
commit
b0a95003b7
57 changed files with 1561 additions and 0 deletions
19
modules/creativity.nix
Normal file
19
modules/creativity.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
#gimp-with-plugins
|
||||
inkscape-with-extensions
|
||||
darktable
|
||||
hugin
|
||||
audacity
|
||||
handbrake
|
||||
musescore
|
||||
obs-studio
|
||||
|
||||
xcolor
|
||||
];
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue