feat(desktop): add hyprland screenshot and screenrecord tools

This commit is contained in:
tux
2026-05-11 07:12:53 +05:30
parent 5f895aeee0
commit 8ce1d22066
2 changed files with 36 additions and 6 deletions

View File

@@ -0,0 +1,19 @@
{
flake.modules.homeManager.desktop = {
programs.satty = {
enable = true;
settings = {
general = {
corner-roundness = 12;
initial-tool = "arrow";
early-exit = true;
copy-command = "wl-copy";
};
font = {
family = "JetBrainsMono NerdFont";
};
};
};
};
}