diff options
author | Martin Fischer <martin@push-f.com> | 2024-12-24 09:35:25 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-24 09:43:08 +0100 |
commit | 85806a3e07c7caf6670639cd8c5b936fff858fd8 (patch) | |
tree | 33176943afd75e3f61951cdccef75d02d6a0e0f3 | |
parent | b40b47060f4d2ac56e116d5df2560d105f55e7b1 (diff) |
add grim and gimp
For taking screenshots and looking at them in detail.
-rw-r--r-- | nixos/parts/create.nix | 1 | ||||
-rw-r--r-- | nixos/parts/graphical.nix | 1 |
2 files changed, 2 insertions, 0 deletions
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. |