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 | |
parent | etesync-dav: init module (diff) | |
download | nix-config-481e949fe3a44a4137d0bcd7f8b30e0cc17a28bb.tar.gz nix-config-481e949fe3a44a4137d0bcd7f8b30e0cc17a28bb.zip |
flameshot: delete
Diffstat (limited to 'hm')
-rw-r--r-- | hm/default.nix | 1 | ||||
-rw-r--r-- | hm/flameshot/default.nix | 12 |
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; - }; - }; - }; -} |