Added screenshot with hyprshot & satty

This commit is contained in:
2025-11-12 14:23:51 -05:00
parent e35f7923ae
commit 6c79eff909
4 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
pkgs,
config,
...
}:
{
home.packages = with pkgs; [
hyprshot
satty
];
xdg.configFile."satty/config.toml".text = ''
[general]
fullscreen = false
output-filename = "${config.xdg.userDirs.extraConfig.XDG_SCREENSHOTS_DIR}/%Y-%m-%d_%H:%M:%S.png"
'';
}