mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-27 19:27:05 +02:00
feat: nixos - Screenshot Annotation via satty (#256)
Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
This commit is contained in:
@@ -18,6 +18,11 @@ in
|
||||
home.packages = with pkgs; [
|
||||
# Niri v25.08 will create X11 sockets on disk, export $DISPLAY, and spawn `xwayland-satellite` on-demand when an X11 client connects
|
||||
xwayland-satellite
|
||||
|
||||
# for Screenshot Annotation
|
||||
slurp
|
||||
grim
|
||||
satty
|
||||
];
|
||||
|
||||
xdg.configFile =
|
||||
|
||||
Reference in New Issue
Block a user