diff options
Diffstat (limited to 'roles/home')
| -rw-r--r-- | roles/home/desktop/flameshot.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/home/desktop/flameshot.nix b/roles/home/desktop/flameshot.nix index d7f6e1f..d079fc9 100644 --- a/roles/home/desktop/flameshot.nix +++ b/roles/home/desktop/flameshot.nix @@ -16,4 +16,12 @@ }; }; }; + + #TODO: relocate. target.tray required for flameshot + systemd.user.targets.tray = { + Unit = { + Description = "Home Manager System Tray"; + Requires = [ "graphical-session-pre.target" ]; + }; + }; } |