This commit is contained in:
parent
8ca7b4c806
commit
2fd69f6266
5 changed files with 16 additions and 28 deletions
13
modules2/flameshot/settings.nix
Normal file
13
modules2/flameshot/settings.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
flake.modules.homeManager.gui =
|
||||
{ config, ... }:
|
||||
{
|
||||
services.flameshot.settings.General = {
|
||||
disabledTrayIcon = false;
|
||||
saveAfterCopy = true;
|
||||
savePath = "${config.xdg.userDirs.pictures}/Screenshots";
|
||||
showHelp = false;
|
||||
uiColor = "#60a5fa";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue