nix/graphical/creative.nix
2026-06-09 16:01:48 +10:00

8 lines
292 B
Nix

{ pkgs, scope, ... }:
(scope "programs.pwas.graphite" {
name = "Graphite";
url = "https://editor.graphite.art";
icon = builtins.fetchurl "https://static.graphite.art/logos/graphite-logo-solid.svg";
description = "A procedural vector editor";
})
// (scope "apps.vector" pkgs.inkscape)