64 current 2024-03-01 00:03:18 24.05.20240228.9099616 6.6.18 *

This commit is contained in:
zackartz 2024-03-01 00:03:22 -05:00
parent a82745d399
commit ef4153f644
2 changed files with 10 additions and 1 deletions

View file

@ -25,6 +25,15 @@ in {
};
};
# fake a tray to let apps start
# https://github.com/nix-community/home-manager/issues/2064
systemd.user.targets.tray = {
Unit = {
Description = "Home Manager System Tray";
Requires = ["graphical-session-pre.target"];
};
};
systemd.user.services = {
swaybg = mkService {
Unit.Description = "Wallpaper chooser";