From a9971c9e6b6d340f7a6b0f6919a09c9d8a612bbf Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 7 Dec 2024 09:42:49 +0100 Subject: add creative tools --- nixos/parts/create.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nixos/parts/create.nix (limited to 'nixos/parts/create.nix') diff --git a/nixos/parts/create.nix b/nixos/parts/create.nix new file mode 100644 index 0000000..1f430f4 --- /dev/null +++ b/nixos/parts/create.nix @@ -0,0 +1,10 @@ +{ config, pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + graphviz-nox # for dot + + krita + ]; +} + -- cgit v1.2.3