Fix flameshot

This commit is contained in:
Sage 2026-01-30 14:52:14 +00:00
parent 4608dd6f33
commit 4fd01683dc
3 changed files with 18 additions and 15 deletions

View file

@ -48,12 +48,12 @@ in
programs.zsh.sessionVariables.BROWSER = "librewolf";
services.flameshot = {
enable = false;
enable = true;
settings = {
General = {
disabledTrayIcon = true;
showStartupLaunchMessage = false;
startupLaunch = false;
startupLaunch = true;
uiColor = color.base01;
contrastUiColor = color.base00;