fix salut timeout; move tray service to wayland; hack buggy systemd ordering

This commit is contained in:
steveej 2023-05-23 20:32:32 +02:00
parent e2abe10c28
commit 2c8f489f8b
5 changed files with 26 additions and 18 deletions

View file

@ -40,14 +40,6 @@ in {
home.sessionVariables.GOPATH = "$HOME/src/go";
home.sessionVariables.PATH = pkgs.lib.concatStringsSep ":" ["$HOME/.local/bin" "$PATH"];
# workaround: usually created by 'home.xsession.enabled=true' and i don't use with gnome
systemd.user.targets.tray = {
Unit = {
Description = "Home Manager System Tray";
Requires = ["graphical-session-pre.target"];
};
};
home.packages =
[]
++ (with pkgs; [