dotfiles/nixos/modules/creative-tools.nix
2025-01-16 23:26:43 +01:00

9 lines
No EOL
102 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
blender
inkscape
gimp
];
}