aboutsummaryrefslogtreecommitdiffstats
path: root/hm
diff options
context:
space:
mode:
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;
- };
- };
- };
-}