summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-12-14 22:52:52 +0100
committertv <tv@krebsco.de>2021-12-14 23:23:28 +0100
commite655784c49f24301fe021340065f47eef1cc87f4 (patch)
treedc0a7967e1f5d5ae94091411904f239b8317a3ab
parent329aadc66be829dd44d537c2a731481ed631074e (diff)
flameshot-once profile: +showStartupLaunchMessage
-rw-r--r--krebs/5pkgs/simple/flameshot-once/profile.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/krebs/5pkgs/simple/flameshot-once/profile.nix b/krebs/5pkgs/simple/flameshot-once/profile.nix
index 618b5035..7bde39c3 100644
--- a/krebs/5pkgs/simple/flameshot-once/profile.nix
+++ b/krebs/5pkgs/simple/flameshot-once/profile.nix
@@ -128,6 +128,10 @@ let
default = false;
type = types.bool;
};
+ showStartupLaunchMessage = mkOption {
+ default = false;
+ type = types.bool;
+ };
timeout = mkOption {
default = 200;
description = ''
@@ -181,6 +185,7 @@ let
showDesktopNotification = cfg.showDesktopNotification;
showHelp = cfg.showHelp;
showSidePanelButton = cfg.showSidePanelButton;
+ showStartupLaunchMessage = cfg.showStartupLaunchMessage;
};
Shortcuts = {
TYPE_COPY = "Return";