nixos/illustration.nix
2024-06-18 16:58:31 -07:00

4 lines
67 B
Nix

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