From 85806a3e07c7caf6670639cd8c5b936fff858fd8 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Tue, 24 Dec 2024 09:35:25 +0100 Subject: add grim and gimp For taking screenshots and looking at them in detail. --- nixos/parts/create.nix | 1 + nixos/parts/graphical.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/nixos/parts/create.nix b/nixos/parts/create.nix index 1f430f4..1fc7a28 100644 --- a/nixos/parts/create.nix +++ b/nixos/parts/create.nix @@ -4,6 +4,7 @@ environment.systemPackages = with pkgs; [ graphviz-nox # for dot + gimp krita ]; } diff --git a/nixos/parts/graphical.nix b/nixos/parts/graphical.nix index 40dbed0..1215781 100644 --- a/nixos/parts/graphical.nix +++ b/nixos/parts/graphical.nix @@ -23,6 +23,7 @@ # CLI tools brightnessctl wl-clipboard # for wl-copy and wl-paste + grim # When I ssh into a server my terminal changes to a host-specific background color via # a LocalCommand configured in ~/.ssh/config and a ZSH function to reset the color on exit. -- cgit v1.2.3