diff options
author | tv <tv@krebsco.de> | 2021-06-08 22:52:43 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-06-08 22:52:43 +0200 |
commit | 44c4cb6a453f5bc34c870caa6802548c099e9435 (patch) | |
tree | 1c2b3ceecc0f29fb42213488fb4f6e5976545581 /krebs/5pkgs/simple/flameshot-once/profile.nix | |
parent | b5753d89f75fdd270c9922b3452806db200d1546 (diff) |
flameshot-once profile: add CIRCLECOUNT
Diffstat (limited to 'krebs/5pkgs/simple/flameshot-once/profile.nix')
-rw-r--r-- | krebs/5pkgs/simple/flameshot-once/profile.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/5pkgs/simple/flameshot-once/profile.nix b/krebs/5pkgs/simple/flameshot-once/profile.nix index d70e2be1a..8aacbfa42 100644 --- a/krebs/5pkgs/simple/flameshot-once/profile.nix +++ b/krebs/5pkgs/simple/flameshot-once/profile.nix @@ -23,6 +23,7 @@ let REDO = 16; PIN = 17; TEXT = 18; + CIRCLECOUNT = 19; }; cfg = eval.config; @@ -48,6 +49,7 @@ let "SAVE" "EXIT" "BLUR" + "CIRCLECOUNT" ] ++ optional cfg.imgur.enable "IMAGEUPLOADER" ; |