diff options
author | Silas Schöffel <sils@sils.li> | 2024-06-02 13:59:38 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-06-02 13:59:38 +0200 |
commit | 481e949fe3a44a4137d0bcd7f8b30e0cc17a28bb (patch) | |
tree | d209d543dd6e9ebf3aeaecc567e08f2128f3f387 /hm/flameshot/default.nix | |
parent | etesync-dav: init module (diff) | |
download | nix-config-481e949fe3a44a4137d0bcd7f8b30e0cc17a28bb.tar.gz nix-config-481e949fe3a44a4137d0bcd7f8b30e0cc17a28bb.zip |
flameshot: delete
Diffstat (limited to '')
-rw-r--r-- | hm/flameshot/default.nix | 12 |
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; - }; - }; - }; -} |