Files
nix-config/modules/services/flameshot.nix
2026-03-19 21:36:25 +01:00

13 lines
198 B
Nix

{
flake.modules.homeManager.flameshot = {
services.flameshot = {
enable = true;
settings = {
General = {
useGrimAdapter = true;
};
};
};
};
}