From 2f17e369400b9c895b3554008ab3efbc76255428 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 25 Jul 2024 22:52:20 -0700 Subject: roles: home: migrate old home module to roles --- home/flameshot.nix | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 home/flameshot.nix (limited to 'home/flameshot.nix') diff --git a/home/flameshot.nix b/home/flameshot.nix deleted file mode 100644 index d238cec..0000000 --- a/home/flameshot.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ config, ... }: - -{ - services.flameshot = { - enable = true; - - settings = let c = config.theme.colors; in { - General = { - savePath = "Pictures/Screenshots"; - filenamePattern = "%F_%T"; - - saveAfterCopy = true; - - uiColor = "#${c.bg}"; - contrastUiColor = "#${c.accent}"; - - startupLaunch = false; - }; - }; - }; -} -- cgit v1.2.3