From c659d3bb0f82674385f9b9d648324286d5dfd6ac Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Fri, 23 May 2025 23:50:50 -0400 Subject: [PATCH] use unstable flameshot --- common/users/homeModules/flameshot.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/users/homeModules/flameshot.nix b/common/users/homeModules/flameshot.nix index bab9f36..df7c0cb 100644 --- a/common/users/homeModules/flameshot.nix +++ b/common/users/homeModules/flameshot.nix @@ -1,5 +1,6 @@ -{ config, ... }: +{ config, pkgs, ... }: { + imports = [./unstable.nix]; # needed to workaround https://github.com/nix-community/home-manager/issues/2064 systemd.user.targets.tray = { Unit = { @@ -23,6 +24,7 @@ services = { flameshot = { enable = true; + package = pkgs.unstable.flameshot; settings = { General = { savePath = "/home/${config.home.username}/ss/";