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 /nixos/parts/graphical.nix | |
parent | b40b47060f4d2ac56e116d5df2560d105f55e7b1 (diff) |
add grim and gimp
For taking screenshots and looking at them in detail.
Diffstat (limited to 'nixos/parts/graphical.nix')
-rw-r--r-- | nixos/parts/graphical.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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. |