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 # needed to workaround https://github.com/nix-community/home-manager/issues/2064
systemd.user.targets.tray = { systemd.user.targets.tray = {
Unit = { Unit = {
@ -23,6 +24,7 @@
services = { services = {
flameshot = { flameshot = {
enable = true; enable = true;
package = pkgs.unstable.flameshot;
settings = { settings = {
General = { General = {
savePath = "/home/${config.home.username}/ss/"; savePath = "/home/${config.home.username}/ss/";