tack and everything and wow

This commit is contained in:
atagen 2026-06-09 16:01:48 +10:00
parent 480c556d32
commit 7a6f387652
24 changed files with 801 additions and 358 deletions

8
graphical/creative.nix Normal file
View file

@ -0,0 +1,8 @@
{ 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)