summary refs log tree commit diff stats
path: root/hm
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
parentetesync-dav: init module (diff)
downloadnix-config-481e949fe3a44a4137d0bcd7f8b30e0cc17a28bb.tar.gz
nix-config-481e949fe3a44a4137d0bcd7f8b30e0cc17a28bb.zip
flameshot: delete
Diffstat (limited to 'hm')
-rw-r--r--hm/default.nix1
-rw-r--r--hm/flameshot/default.nix12
2 files changed, 0 insertions, 13 deletions
diff --git a/hm/default.nix b/hm/default.nix
index f48e747..4be533c 100644
--- a/hm/default.nix
+++ b/hm/default.nix
@@ -1,7 +1,6 @@
 {nixvim, ...}: {
   imports = [
     ../modules/hm
-    ./flameshot
     ./foot
     ./git
     ./gpg
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;
-      };
-    };
-  };
-}