diff options
Diffstat (limited to 'hm/flameshot/default.nix')
-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; - }; - }; - }; -} |