feat: add screenshot utility

This commit is contained in:
gytic 2025-09-17 09:30:20 +02:00
parent 68ff8cf403
commit 9e56739cc4
2 changed files with 31 additions and 12 deletions

View file

@ -22,4 +22,8 @@ in lib.mkIf cfg.enable {
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
environment.systemPackages = [
pkgs.xfce.xfce4-screenshooter
];
}