Regenerated

This commit is contained in:
2026-04-21 21:19:18 +02:00
parent 3bae780610
commit 3fad61abde
3 changed files with 410 additions and 404 deletions
+371 -369
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -742,7 +742,8 @@ in
text = ""; # empty file
};
home.file.".config/flameshot/flameshot.ini".text = ''
xdg.configFile."flameshot/flameshot.ini" = {
text = ''
[General]
buttonColor=#95c2e0
sidebarColor=#585b70
@@ -753,6 +754,7 @@ in
filenamePattern=$Y-$m-$d_$H-$M-$S
copyPathAfterCapture=true
'';
force = true;
};
}
#+END_SRC
@@ -25,7 +25,8 @@ in
text = ""; # empty file
};
home.file.".config/flameshot/flameshot.ini".text = ''
xdg.configFile."flameshot/flameshot.ini" = {
text = ''
[General]
buttonColor=#95c2e0
sidebarColor=#585b70
@@ -36,5 +37,6 @@ in
filenamePattern=$Y-$m-$d_$H-$M-$S
copyPathAfterCapture=true
'';
force = true;
};
}