use unstable flameshot

This commit is contained in:
sadan 2025-05-23 23:50:50 -04:00
parent e12a8628d3
commit c659d3bb0f
No known key found for this signature in database

View file

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