mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
hyprland: add tray.target
This commit is contained in:
parent
3b72c311ac
commit
f572930b5a
1 changed files with 7 additions and 0 deletions
|
@ -256,5 +256,12 @@ in {
|
||||||
After = [ "graphical-session-pre.target" ];
|
After = [ "graphical-session-pre.target" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.user.targets.tray = {
|
||||||
|
Unit = {
|
||||||
|
Description = "Home Manager System Tray";
|
||||||
|
Requires = [ "graphical-session-pre.target" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue