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/";