fixing inkscape typo

This commit is contained in:
cnst
2024-08-02 21:32:50 +02:00
parent f99d9fe4e5
commit 6b0f1f91f0
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
gimp-with-plugins
inkscape-with-extensions
];
}