dotfiles/nixos/modules/creative-tools.nix
2025-01-22 11:14:58 +01:00

9 lines
103 B
Nix

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