Add inkscape

This commit is contained in:
Nettika 2024-06-18 16:58:31 -07:00
parent 6bf2465adf
commit 81a09f92df
2 changed files with 5 additions and 0 deletions

4
illustration.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
environment.systemPackages = [pkgs.inkscape];
}