diff options
author | Vincent Ambo <mail@tazj.in> | 2023-04-01T15·17+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-04-01T15·21+0000 |
commit | f687f5c3a356850533d8c8931062246111824d1c (patch) | |
tree | a3e72560cd45031fcc7743fba6439c90a1c2bf82 /users/tazjin/nixos/modules/physical.nix | |
parent | a8bd926e0fc22c706d01fe44db2d9f6ea2a552a4 (diff) |
fix(tazjin/nixos): scrot is out, maim is in r/6070
Scrot doesn't work very well anyways, it keeps producing crazy artifacts. Maim seems more sane. Change-Id: I0823b1755b7810c8b35a9c53f232d2e7f1722943 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8414 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/nixos/modules/physical.nix')
-rw-r--r-- | users/tazjin/nixos/modules/physical.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/nixos/modules/physical.nix b/users/tazjin/nixos/modules/physical.nix index a068b9167bcf..0105d9f3a2a1 100644 --- a/users/tazjin/nixos/modules/physical.nix +++ b/users/tazjin/nixos/modules/physical.nix @@ -39,6 +39,7 @@ in imagemagick jq lieer + maim man-pages moreutils mosh @@ -62,7 +63,6 @@ in rust-analyzer rustup screen - scrot thunderbird tig tokei |