13 lines
198 B
Nix
13 lines
198 B
Nix
{
|
|
flake.modules.homeManager.flameshot = {
|
|
services.flameshot = {
|
|
enable = true;
|
|
settings = {
|
|
General = {
|
|
useGrimAdapter = true;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|