services: Add flameshot

This commit is contained in:
2026-03-19 21:36:25 +01:00
parent c3981e6316
commit dcda6ea9b8
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
flake.modules.homeManager.flameshot = {
services.flameshot = {
enable = true;
settings = {
General = {
useGrimAdapter = true;
};
};
};
};
}

View File

@@ -23,6 +23,7 @@
multimedia
zsh
thunderbird
flameshot
];
};
}