summary refs log tree commit diff stats
path: root/hm/flameshot/default.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-06-02 13:59:38 +0200
committerSilas Schöffel <sils@sils.li>2024-06-02 13:59:38 +0200
commit481e949fe3a44a4137d0bcd7f8b30e0cc17a28bb (patch)
treed209d543dd6e9ebf3aeaecc567e08f2128f3f387 /hm/flameshot/default.nix
parentetesync-dav: init module (diff)
downloadnix-config-481e949fe3a44a4137d0bcd7f8b30e0cc17a28bb.tar.gz
nix-config-481e949fe3a44a4137d0bcd7f8b30e0cc17a28bb.zip
flameshot: delete
Diffstat (limited to '')
-rw-r--r--hm/flameshot/default.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/hm/flameshot/default.nix b/hm/flameshot/default.nix
deleted file mode 100644
index f50af49..0000000
--- a/hm/flameshot/default.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{...}: {
-  services.flameshot = {
-    enable = true;
-    settings = {
-      General = {
-        disabledTrayIcon = true;
-        contrastOpacity = 188;
-        undoLimit = 98;
-      };
-    };
-  };
-}