Add inkscape

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

View File

@@ -11,6 +11,7 @@
./coding.nix ./coding.nix
./gaming.nix ./gaming.nix
./media.nix ./media.nix
./illustration.nix
./backup.nix ./backup.nix
]; ];

4
illustration.nix Normal file
View File

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