summary refs log tree commit diff stats
path: root/hm/flameshot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/flameshot/default.nix')
-rw-r--r--hm/flameshot/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/hm/flameshot/default.nix b/hm/flameshot/default.nix
new file mode 100644
index 0000000..f50af49
--- /dev/null
+++ b/hm/flameshot/default.nix
@@ -0,0 +1,12 @@
+{...}: {
+  services.flameshot = {
+    enable = true;
+    settings = {
+      General = {
+        disabledTrayIcon = true;
+        contrastOpacity = 188;
+        undoLimit = 98;
+      };
+    };
+  };
+}