From 7488b6f44fab0c36142587f60092236aeda4fecb Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 7 Feb 2025 22:34:28 -0800 Subject: migration: flameshot --- roles/home/desktop/flameshot.nix | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 roles/home/desktop/flameshot.nix (limited to 'roles/home/desktop/flameshot.nix') diff --git a/roles/home/desktop/flameshot.nix b/roles/home/desktop/flameshot.nix deleted file mode 100644 index d079fc9..0000000 --- a/roles/home/desktop/flameshot.nix +++ /dev/null @@ -1,27 +0,0 @@ -{ config, ... }: - -{ - services.flameshot = { - settings = let c = config.theme.colors; in { - General = { - savePath = "Pictures/Screenshots"; - filenamePattern = "%F_%T"; - - saveAfterCopy = true; - - uiColor = "#${c.bg}"; - contrastUiColor = "#${c.accent}"; - - startupLaunch = false; - }; - }; - }; - - #TODO: relocate. target.tray required for flameshot - systemd.user.targets.tray = { - Unit = { - Description = "Home Manager System Tray"; - Requires = [ "graphical-session-pre.target" ]; - }; - }; -} -- cgit v1.2.3